diff --git a/helpers.py b/helpers.py index c524eae..3d6d1fe 100644 --- a/helpers.py +++ b/helpers.py @@ -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() diff --git a/setup.py b/setup.py index 2a9de46..7d8adf7 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="pybossa-pbs", - version="2.3.0", + version="2.3.1", author="SciFabric LTD", author_email="info@scifabric.com", description="PYBOSSA command line client",