##// END OF EJS Templates
ekhem, Removed obsolete code...
marcink -
r1568:6a449048 beta
parent child Browse files
Show More
@@ -316,13 +316,6 b' class FilesController(BaseRepoController'
316 filename = file_obj.filename
316 filename = file_obj.filename
317 content = file_obj.file
317 content = file_obj.file
318
318
319 #TODO: REMOVE THIS !!
320 ################################
321 import ipdb;ipdb.set_trace()
322 print 'setting ipdb debuggin for rhodecode.controllers.files.FilesController.add'
323 ################################
324
325
326 node_path = os.path.join(location, filename)
319 node_path = os.path.join(location, filename)
327 author = self.rhodecode_user.full_contact
320 author = self.rhodecode_user.full_contact
328
321
General Comments 0
You need to be logged in to leave comments. Login now