Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
3 changes: 0 additions & 3 deletions python/plugins/fTools/tools/doVectorSplit.py
Expand Up @@ -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():
Expand All @@ -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
Expand Down

0 comments on commit 1a7d909

Please sign in to comment.