Changeset - dddd9380d0bf
[Not reviewed]
Merge default
0 2 0
Marcin Kuzminski - 14 years ago 2011-10-17 01:42:55
marcin@python-works.com
1 file changed with 0 insertions and 7 deletions:
0 comments (0 inline, 0 general)
rhodecode/controllers/files.py
Show inline comments
 
@@ -316,13 +316,6 @@ class FilesController(BaseRepoController
 
                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
 

	
0 comments (0 inline, 0 general)