aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/app.py
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2012-12-21 08:20:54 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2012-12-21 08:59:37 +0100
commit573b4305cd077577b325d7b3ba9a65d3308e4061 (patch)
tree3976b51bf4e120774c54bba40596f6d613ef7414 /mediagoblin/app.py
parent8d19cb2445e2aa1f53431da26d866bf9b5e25872 (diff)
downloadmediagoblin-573b4305cd077577b325d7b3ba9a65d3308e4061.tar.lz
mediagoblin-573b4305cd077577b325d7b3ba9a65d3308e4061.tar.xz
mediagoblin-573b4305cd077577b325d7b3ba9a65d3308e4061.zip
Don't dbug log every added plugin route
It is killing testsuite output by drowning out all signals. It should be sufficient to state in the pluginmanager that routes have been added, if we need that kind of output. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'mediagoblin/app.py')
-rw-r--r--mediagoblin/app.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/app.py b/mediagoblin/app.py
index 9e06e52d..1a398bcd 100644
--- a/mediagoblin/app.py
+++ b/mediagoblin/app.py
@@ -96,7 +96,6 @@ class MediaGoblinApp(object):
self.url_map = url_map
for route in PluginManager().get_routes():
- _log.debug('adding plugin route: {0}'.format(route))
add_route(*route)
# set up staticdirector tool