You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2013/03/22 14:58:28 UTC

[4/5] git commit: [#5995] remove unneeded logging that sounds a bit scary when you see it from setup-app

[#5995] remove unneeded logging that sounds a bit scary when you see it from setup-app


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/ecba367f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/ecba367f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/ecba367f

Branch: refs/heads/master
Commit: ecba367f3356cd9085ae4b3a227c6161728ee91f
Parents: f6ffa57
Author: Dave Brondsema <db...@geek.net>
Authored: Wed Mar 20 17:15:04 2013 -0700
Committer: Dave Brondsema <db...@geek.net>
Committed: Wed Mar 20 17:15:47 2013 -0700

----------------------------------------------------------------------
 Allura/allura/model/notification.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/ecba367f/Allura/allura/model/notification.py
----------------------------------------------------------------------
diff --git a/Allura/allura/model/notification.py b/Allura/allura/model/notification.py
index 6a9f559..7003e29 100644
--- a/Allura/allura/model/notification.py
+++ b/Allura/allura/model/notification.py
@@ -348,7 +348,6 @@ class Mailbox(MappedClass):
             app_config_id=app_config_id,
             artifact_index_id=None)
         if tool_already_subscribed:
-            log.debug('Tried to subscribe to artifact %s, while there is a tool subscription', artifact)
             return
         if artifact is None:
             artifact_title = 'All artifacts'