Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed May 16, 2016
1 parent 661e008 commit 70c65f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/bootstrap_history.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ def _get_prs(release_name, state="closed"):


def main(argv):
# print argv
if requests is None:
raise Exception("Requests library not found, please pip install requests")
github = _github_client()
Expand Down Expand Up @@ -498,9 +497,7 @@ def extend(from_str, line, source=history):
to_doc += "{0}_".format(short_rev)

to_doc = wrap(to_doc)
# print history
history = extend(".. %s\n" % text_target, to_doc, history)
# print history
open(history_path, "w").write(history.encode("utf-8"))


Expand Down

0 comments on commit 70c65f6

Please sign in to comment.