Remove dangling pdb usage

This commit is contained in:
Yang Zhang 2013-08-23 14:05:21 -07:00
parent 3b3770d46a
commit a9b57b5814

View File

@ -104,7 +104,6 @@ def run(verbosity=1, test=False):
try:
st = os.stat(p)
except OSError as ex:
#import pdb; pdb.set_trace()
if ex.errno != 2:
raise
else: