Remove debug message. #180
This commit is contained in:
parent
82eec39cfd
commit
d15099b456
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ import rider_location_cache
|
||||||
|
|
||||||
class RiderLocationDaemon(Daemon):
|
class RiderLocationDaemon(Daemon):
|
||||||
def run(self):
|
def run(self):
|
||||||
print "mogol in daemon"
|
|
||||||
rider_location = rider_location_cache.RiderLocationCache()
|
rider_location = rider_location_cache.RiderLocationCache()
|
||||||
rider_location.run()
|
rider_location.run()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue