Skip to content

Commit

Permalink
Remove print.
Browse files Browse the repository at this point in the history
  • Loading branch information
teleyinex committed Oct 20, 2016
1 parent 38f0458 commit ffe4d09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def _update_project(config, task_presenter, results,
with open(task_presenter, 'r') as f:
project.info['task_presenter'] = f.read()
_update_task_presenter_bundle_js(project)
print project.info['task_presenter']
# Update results
with open(results, 'r') as f:
project.info['results'] = f.read()
Expand Down

0 comments on commit ffe4d09

Please sign in to comment.