projects
/
utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bccb089
)
comment-out debug print
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 21 Jul 2022 21:25:40 +0000
(22:25 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 21 Jul 2022 21:25:40 +0000
(22:25 +0100)
src/budget_sync/main.py
patch
|
blob
|
history
diff --git
a/src/budget_sync/main.py
b/src/budget_sync/main.py
index 916dd7e9f608d24f4c9d4839ea667e62e9d64a57..d2674b584b057a1d4900bd1a0ef56fe8c16debd4 100644
(file)
--- a/
src/budget_sync/main.py
+++ b/
src/budget_sync/main.py
@@
-181,7
+181,7
@@
def json_milestones(budget_graph, add_comments):
comments = child.bug.getcomments()
comment += "\n%s" % comments[0]['text']
intro.append(comment)
- print (description, intro)
+
#
print (description, intro)
sys.stdout.flush()
task = {'title': "%d %s" % (child.bug.id, child.bug.summary),
'intro': intro,