Skip to content

Commit

Permalink
fix: remove accidental debugger invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Feb 6, 2023
1 parent f65236a commit 0e8df29
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions snakedeploy/conda.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,6 @@ def add_file(self, filepath, content, is_updated, msg):

@retry(tries=2, delay=60)
def create(self):
import pdb

pdb.set_trace()
if not self.files:
logger.info("No files to commit.")
return
Expand Down

0 comments on commit 0e8df29

Please sign in to comment.