Skip to content

Commit 94c47c1

Browse files
committed
goddamned print
1 parent 263d57a commit 94c47c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arcgis/arcgis.py

-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ def get(self, layer, where="1 = 1", fields=[], count_only=False, srid='4326'):
134134
# We always want to run once, and then break out as soon as we stop
135135
# getting exceededTransferLimit.
136136
while True:
137-
print "."
138137
features += [self.esri_to_geojson(feat, geom_parser) for feat in jsobj.get('features')]
139138
if jsobj.get('exceededTransferLimit') == True:
140139
break

0 commit comments

Comments
 (0)