summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-07-17 20:44:50 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-07-17 20:44:50 (GMT)
commit3d3a91c18854aabb4f32cfd4a894de5099d4832a (patch)
tree5ff1be4a5bdd8db5aca9b8424109dd5bcf502c70 /Tools
parentefaef13c813599e4a219ffe13b6da137fe180672 (diff)
downloadcpython-3d3a91c18854aabb4f32cfd4a894de5099d4832a.zip
cpython-3d3a91c18854aabb4f32cfd4a894de5099d4832a.tar.gz
cpython-3d3a91c18854aabb4f32cfd4a894de5099d4832a.tar.bz2
Oops, left in a debug statement. It's gone now.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/bgen/bgen/scantools.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/bgen/bgen/scantools.py b/Tools/bgen/bgen/scantools.py
index 23da86a..babba55 100644
--- a/Tools/bgen/bgen/scantools.py
+++ b/Tools/bgen/bgen/scantools.py
@@ -470,7 +470,6 @@ if missing: raise "Missing Types"
mode = "InMode"
if self.asplit.match(part) < 0:
self.error("Indecipherable argument: %s", `part`)
- import pdb ; pdb.set_trace()
return ("unknown", part, mode)
type, name, array = self.asplit.group('type', 'name', 'array')
if array: