Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
nicelhc13 committed Aug 8, 2022
1 parent 7c1521e commit f93ca4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parla/task_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,6 @@ def _execute_task(self):
return TaskCompleted(None)

def cleanup(self):
print("Data movement: clean up")
self._target_data = None

def _finish(self, ctx):
Expand Down

0 comments on commit f93ca4a

Please sign in to comment.