Skip to content

Commit 5c8cfcb

Browse files
committed
Remove extraneous print statement
1 parent 9071cc1 commit 5c8cfcb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frameioclient/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,6 @@ def bulk_move_assets(self, destination_folder_id, asset_list=[]):
232232
for asset in asset_list:
233233
payload['batch'].append({"id": asset})
234234

235-
print(payload)
236-
237235
endpoint = '/batch/assets/{}/move'.format(destination_folder_id)
238236
return self._api_call('post', endpoint, payload)
239237

0 commit comments

Comments
 (0)