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):
|
||||
def run(self):
|
||||
print "mogol in daemon"
|
||||
rider_location = rider_location_cache.RiderLocationCache()
|
||||
rider_location.run()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue