Browse Source

remove pdb for testing

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52852 15284696-431f-4ddb-bdfa-cd5b030d7da7
Luca Delucchi 12 years ago
parent
commit
d2878647ea
1 changed files with 0 additions and 2 deletions
  1. 0 2
      scripts/g.extension/g.extension.py

+ 0 - 2
scripts/g.extension/g.extension.py

@@ -750,8 +750,6 @@ def install_extension_other(name):
                        stdout = outdev):
         grass.fatal(_('Compilation failed, sorry. Please check above error messages.'))
     
-    import pdb; pdb.set_trace()
-    
     if flags['i'] or classchar == 'wx':
         return 0