Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[sextante] removed debug code
  • Loading branch information
volaya committed Jun 9, 2013
1 parent ca6e399 commit b3e5e62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
6 changes: 0 additions & 6 deletions python/plugins/sextante/algs/ftools/ConvexHull.py
Expand Up @@ -73,12 +73,6 @@ def processAlgorithm(self, progress):
f.setType(QVariant.String)
f.setLength(255)
if useField:
from threading import settrace

import sys
sys.path.append("D:\eclipse_old\plugins\org.python.pydev_2.6.0.2012062818\pysrc")
from pydevd import *
settrace()
index = layer.fieldNameIndex(fieldName)
fType = layer.pendingFields()[index].type()
if fType == QVariant.Int:
Expand Down
7 changes: 0 additions & 7 deletions python/plugins/sextante/gdal/GdalUtils.py
Expand Up @@ -79,13 +79,6 @@ def getSupportedRasters():
driver = gdal.GetDriver(i)
if driver == None:
continue
from threading import settrace

import sys
sys.path.append("D:\eclipse_old\plugins\org.python.pydev_2.6.0.2012062818\pysrc")
from pydevd import *
settrace()

shortName = driver.ShortName#.remove( QRegExp( '\(.*$' ) ).trimmed())
metadata = driver.GetMetadata()
if not metadata.has_key(gdal.DCAP_CREATE) or metadata[gdal.DCAP_CREATE] != 'YES':
Expand Down

0 comments on commit b3e5e62

Please sign in to comment.