Skip to content

Commit

Permalink
Remove stray pdb import
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Arellano committed Aug 17, 2018
1 parent 3babfb9 commit f239399
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python/pants/task/scm_publish_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def __eq__(self, other):
(other.major, other.minor, other.patch, other.snapshot)

def __lt__(self, other):
# import pdb; pdb.set_trace()
diff = self.major - other.major
if diff:
return self.major < other.major
Expand Down

0 comments on commit f239399

Please sign in to comment.