From 53f2c239307b2de916ceac9b0bf836d7aee7e910 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Sun, 23 Dec 2012 12:45:35 +0000 Subject: [PATCH] Removed debug print statements --- i2p2www/templatevars.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/i2p2www/templatevars.py b/i2p2www/templatevars.py index af48db1de..cd3660bdd 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 -- GitLab