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): ...@@ -433,7 +433,6 @@ def getProjectDiff(project):
diff=getDiff(path)) diff=getDiff(path))
@login_required() @login_required()
def commitProjectFiles(): def commitProjectFiles():
#import pdb; pdb.set_trace()
path = realpath(app.config, request.form['project']) path = realpath(app.config, request.form['project'])
if path: if path:
return gitCommit(path, request.form['msg']) 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