diff --git a/i2p2www/templatevars.py b/i2p2www/templatevars.py
index af48db1de8b7e2195171e14b9fd3d13904f8edcf..cd3660bdd1cb9bd4e162085be838a0375ba21e53 100644
--- a/i2p2www/templatevars.py
+++ b/i2p2www/templatevars.py
@@ -83,8 +83,6 @@ def utility_processor():
     # Shorthand for getting the logo for the current theme
     def get_logo_for_theme():
         logo = 'styles/' + g.theme + '/images/i2plogo.png'
-        print logo
-        print safe_join(STATIC_DIR, logo)
         if not os.path.isfile(safe_join(STATIC_DIR, logo)):
             logo = 'images/i2plogo.png'
         return logo