Skip to content

Commit bb32065

Browse files
committed
Remove extraneous print statement
1 parent 07e35c2 commit bb32065

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
@@ -258,8 +258,6 @@ def bulk_move_assets(self, destination_folder_id, asset_list=[]):
258258
for asset in asset_list:
259259
payload['batch'].append({"id": asset})
260260

261-
print(payload)
262-
263261
endpoint = '/batch/assets/{}/move'.format(destination_folder_id)
264262
return self._api_call('post', endpoint, payload)
265263

0 commit comments

Comments
 (0)