Changeset - 6a44904838e9
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2011-10-17 01:30:14
marcin@python-works.com
ekhem, Removed obsolete code...
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)