Skip to content

Commit

Permalink
fix: remove dbg code
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Oct 23, 2024
1 parent 146e49c commit 575be43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion snakedeploy/conda.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ def create(self):
ref=f"refs/heads/{self.branch}",
sha=self.repo.get_branch(self.base_ref).commit.sha,
)
breakpoint()
for file in self.files:
sha = None
if branch_exists:
Expand Down

0 comments on commit 575be43

Please sign in to comment.