Skip to content

Commit

Permalink
Remove extraneous print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jhodges10 committed Jun 3, 2020
1 parent 07e35c2 commit bb32065
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frameioclient/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,6 @@ def bulk_move_assets(self, destination_folder_id, asset_list=[]):
for asset in asset_list:
payload['batch'].append({"id": asset})

print(payload)

endpoint = '/batch/assets/{}/move'.format(destination_folder_id)
return self._api_call('post', endpoint, payload)

Expand Down

0 comments on commit bb32065

Please sign in to comment.