Skip to content

Commit ddb470c

Browse files
author
Dan Ferrante
committed
whoops
1 parent 460d168 commit ddb470c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pywx/modules/weather.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,6 @@ def match_location(self, username, location):
180180
lat = loc.latitude
181181
lng = loc.longitude
182182
except Exception, e:
183-
import ipdb
184-
ipdb.set_trace()
185-
186183
raise base.ArgumentError('Location not found')
187184
self.usertable.upsert(dict(user=username, place=name, latitude=lat, longitude=lng), ['user'])
188185
return name, lat, lng

0 commit comments

Comments
 (0)