Skip to content

Commit

Permalink
Squelch debug noise
Browse files Browse the repository at this point in the history
  • Loading branch information
BjarniRunar committed Oct 24, 2014
1 parent 612294f commit 55e97fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mailpile/command_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def get_result(self, fprint, dirty_check=True):

def mark_dirty(self, requirements):
self.dirty |= set(requirements)
print 'DIRTY: %s' % requirements

def refresh(self, extend=60, event_log=None):
now = time.time()
Expand Down Expand Up @@ -90,4 +89,3 @@ def refresh(self, extend=60, event_log=None):
event_log.log(message=_('New results are available'),
source=self,
data={'cache_ids': refreshed})
print 'REFRESHED: %s' % refreshed

0 comments on commit 55e97fc

Please sign in to comment.