Skip to content

Commit

Permalink
Remove debugging statement (#3)
Browse files Browse the repository at this point in the history
Accidentally left this in here in #2
  • Loading branch information
ben-z authored Jun 30, 2024
1 parent 932c2e0 commit b032138
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ def run_agent():
logging.info(f"Found {len(perm_objects)} objects in perm bucket")
logging.info(f"Found {len(off_perm_objects)} objects in off-perm bucket")

import pdb; pdb.set_trace()

errors = []

if not desired_perm_objects.issubset(all_objects):
Expand Down

0 comments on commit b032138

Please sign in to comment.