Skip to content

Commit

Permalink
hotfix to remove pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
asampat3090 committed May 1, 2018
1 parent 14b5b16 commit 4773738
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions datmo/core/controller/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ def cleanup(self):
self.model.name)
image_id = images[0].id if images else None

import pdb; pdb.set_trace()

# Remove Datmo code_driver references
self.code_driver.delete_code_refs_dir()

Expand Down

0 comments on commit 4773738

Please sign in to comment.