changeset 1570:dddd9380d0bf

Merge with ff41d5f00e28d296303e39f29125e83a01157330
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 17 Oct 2011 01:42:55 +0200
parents ba2205d093dc (current diff) ff41d5f00e28 (diff)
children 5498f86ba217
files rhodecode/controllers/files.py setup.py
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/controllers/files.py	Mon Oct 17 01:10:53 2011 +0200
+++ b/rhodecode/controllers/files.py	Mon Oct 17 01:42:55 2011 +0200
@@ -316,13 +316,6 @@
                 filename = file_obj.filename
                 content = file_obj.file
 
-            #TODO: REMOVE THIS !!
-            ################################
-            import ipdb;ipdb.set_trace()
-            print 'setting ipdb debuggin for rhodecode.controllers.files.FilesController.add'
-            ################################
-
-
             node_path = os.path.join(location, filename)
             author = self.rhodecode_user.full_contact