Skip to content

Commit

Permalink
remove leftover debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
kpschoedel committed Sep 9, 2021
1 parent a569bdd commit 3a6ebe3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/tools/memory/gh_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ def gh_send_change_report(db: SizeDatabase, df: pd.DataFrame,
text = md.getvalue()
md.close()

print(text)
try:
if existing_comment_id:
db.gh.issues.update_comment(existing_comment_id, text)
Expand Down

0 comments on commit 3a6ebe3

Please sign in to comment.