Commit e3091c7b authored by Nicolas Wavrant's avatar Nicolas Wavrant

fix : deletion of a pdb.set_trace previously forgotten

parent 54ad7de8
......@@ -433,7 +433,6 @@ def getProjectDiff(project):
diff=getDiff(path))
@login_required()
def commitProjectFiles():
#import pdb; pdb.set_trace()
path = realpath(app.config, request.form['project'])
if path:
return gitCommit(path, request.form['msg'])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment