diff pylons_app/controllers/settings.py @ 341:1ef52a70f3b7

Made config file free configuration based on database and capable of beeing manage via application settings + some code cleanups
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 14 Jul 2010 02:28:32 +0200
parents 05b212954275
children b0715a788432
line wrap: on
line diff
--- a/pylons_app/controllers/settings.py	Fri Jul 09 02:38:17 2010 +0200
+++ b/pylons_app/controllers/settings.py	Wed Jul 14 02:28:32 2010 +0200
@@ -70,8 +70,6 @@
         )  
 
     def update(self, repo_name):
-        print request.POST
-        print 'x' * 110
         repo_model = RepoModel()
         _form = RepoSettingsForm(edit=True)()
         try: