From 2961c4255588df5f162e17909295e33804d8f35e Mon Sep 17 00:00:00 2001
From: Renaud Le Gac <renaud.legac@free.fr>
Date: Sat, 30 Oct 2010 15:28:22 +0000
Subject: [PATCH] Clean the code

---
 controllers/plugin_dbui.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/controllers/plugin_dbui.py b/controllers/plugin_dbui.py
index c505a483..227eaee1 100644
--- a/controllers/plugin_dbui.py
+++ b/controllers/plugin_dbui.py
@@ -69,8 +69,6 @@ def index():
 							page_view='plugin_dbui.html', 
 							script_path='static/plugin_dbui/scripts')
     
-    print "plugins para", plugins.dbui.page_view, plugins.dbui.script_path
-	    
     # paths
     base = os.path.join(os.path.sep, request.application)
     appjs = os.path.join(base, 'static', 'plugin_dbui', 'lib')
-- 
GitLab