Skip to content

Commit

Permalink
Remove print.
Browse files Browse the repository at this point in the history
  • Loading branch information
teleyinex committed Aug 24, 2018
1 parent ceb2044 commit c0abc7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pybossa/api/task_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def _file_upload(self, data):
data[key] = json.loads(request.form[key])
else:
data[key] = request.form[key]
print data.keys()
# inst = self._create_instance_from_request(data)
data = self.hateoas.remove_links(data)
inst = self.__class__(**data)
Expand Down

0 comments on commit c0abc7b

Please sign in to comment.