Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
Remove annoying & misleading exception print, which appears every eve…
Browse files Browse the repository at this point in the history
…nt processed in the celery queue.
  • Loading branch information
David Read committed Sep 18, 2012
1 parent 83dcaf3 commit b3a45f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/lib/activity.py
Expand Up @@ -44,7 +44,7 @@ def before_commit(self, session):
revision = session.revision
except AttributeError:
logger.debug('session had no _object_cache or no revision,'
' skipping this commit', exc_info=True)
' skipping this commit')
return

if revision.user:
Expand Down

0 comments on commit b3a45f3

Please sign in to comment.