Commit 3d3ea645 authored by Romain Courteaud's avatar Romain Courteaud

erp5_forge: drop log

parent 3b7784e4
import json
context.log('BusinessTemplate_viewVcsStatusDialog\nchnagelog %s\npush %s\nadded %s\nmodified %s\nremoved %s\njson %s\nkw %s' % (changelog, push, added, modified, removed, commit_json, str(kw)))
commit_dict = json.loads(commit_json) if commit_json is not None else {
'added': (),
'modified': (),
......
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