summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-04-25 20:41:34 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2019-04-25 20:41:34 (GMT)
commit4007416e4125db5d3598c3113bb1a3052c4460a7 (patch)
treee9b4b8e768a4f2ceead1894d5ec81017e1df840d /testing
parente820fbfd1c89ef3ef5a0e59fcdbc055b9e80e687 (diff)
downloadSCons-4007416e4125db5d3598c3113bb1a3052c4460a7.zip
SCons-4007416e4125db5d3598c3113bb1a3052c4460a7.tar.gz
SCons-4007416e4125db5d3598c3113bb1a3052c4460a7.tar.bz2
Remove debug logic
Diffstat (limited to 'testing')
-rw-r--r--testing/framework/TestCmd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/framework/TestCmd.py b/testing/framework/TestCmd.py
index bf010e1..d4557e7 100644
--- a/testing/framework/TestCmd.py
+++ b/testing/framework/TestCmd.py
@@ -1636,7 +1636,6 @@ class TestCmd(object):
os.mkdir(new)
except OSError as e:
print("Got error :%s"%e)
- import pdb; pdb.set_trace()
pass
else:
count = count + 1