Skip to content

Commit

Permalink
chore: remove pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Sep 28, 2024
1 parent 8ab592e commit a60ca1d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions taf/updater/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,9 +450,6 @@ def _process_repo_update(
if commits_data.after_pull is not None and not update_config.no_deps:

if update_status != Event.FAILED:
import pdb

pdb.set_trace()
# for now, just take the newest commit and do not worry about updated definitions
# latest_commit = commits[-1::]
repositoriesdb.load_dependencies(
Expand Down

0 comments on commit a60ca1d

Please sign in to comment.