Skip to content

Commit

Permalink
turn off noisy debug
Browse files Browse the repository at this point in the history
  • Loading branch information
catskul committed May 7, 2014
1 parent dafb757 commit e65ba41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geocode_incidents.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def geocode_incidents(ifilename,ofilename):
'query' : query
}
time.sleep(0.2)#delay to avoid maxing out geocode limit
print( incident['geocode'], file=sys.stderr )
#print( incident['geocode'], file=sys.stderr )
else:
print( "Already geocoded! %s"%incident['geocode']['address'] )
except (TypeError, geopy.geocoders.googlev3.GeocoderQueryError):
Expand Down

0 comments on commit e65ba41

Please sign in to comment.