Skip to content
Permalink
Browse files
remove debug output from fTools (again)
  • Loading branch information
alexbruy committed Dec 10, 2011
1 parent 3b9b2d8 commit 1a7d909
Showing 1 changed file with 0 additions and 3 deletions.
@@ -172,8 +172,6 @@ def run(self):
self.emit(SIGNAL("rangeCalculated(PyQt_PyObject)"), len(unique))

for i in unique:
print "I", i
print "INDEX", index
check = QFile(baseName + "_" + unicode(i.toString().trimmed()) + ".shp")
fName = check.fileName()
if check.exists():
@@ -185,7 +183,6 @@ def run(self):
provider.rewind()
while provider.nextFeature(inFeat):
atMap = inFeat.attributeMap()
#print "AtMAP", atMAP
if atMap[index] == i:
writer.addFeature(inFeat)
del writer

0 comments on commit 1a7d909

Please sign in to comment.