Skip to content

Commit

Permalink
Stifle unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
labisso committed Apr 8, 2013
1 parent 3493c65 commit 16a3179
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion epu/processdispatcher/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,6 @@ def last_heartbeat_datetime(self):
return parse_datetime(self.last_heartbeat)

def new_last_heartbeat_datetime(self, d):
log.debug("setting last heartbeat to %s", d.isoformat())
self.last_heartbeat = d.isoformat()

@property
Expand Down

0 comments on commit 16a3179

Please sign in to comment.