From 4f996c198699b90d13181c7ed5c06dc987435df5 Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Tue, 5 May 2015 19:20:28 +0200 Subject: [PATCH] Settings: removed print version --- myslice/settings.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/myslice/settings.py b/myslice/settings.py index 371296bb..f5d11d25 100644 --- a/myslice/settings.py +++ b/myslice/settings.py @@ -34,11 +34,6 @@ if not config.myslice.portal_version: except: PORTAL_VERSION = 'not using git' -print 'x'*100 -print PORTAL_VERSION -print 'x'*100 -logger.debug('PORTAL_VERSION = ',PORTAL_VERSION) - # DEBUG if config.myslice.debug : DEBUG = True -- 2.43.0