Settings: removed print version
authorLoic Baron <loic.baron@lip6.fr>
Tue, 5 May 2015 17:20:28 +0000 (19:20 +0200)
committerLoic Baron <loic.baron@lip6.fr>
Tue, 5 May 2015 17:20:28 +0000 (19:20 +0200)
myslice/settings.py

index 371296b..f5d11d2 100644 (file)
@@ -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