Skip to content

Commit 743003c

Browse files
committed
clean up code
1 parent 8ccae85 commit 743003c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/msgraph_core/tasks/large_file_upload.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ async def upload(self, after_chunk_upload: Optional[Callable] = None):
138138
self.chunks -= 1
139139
else:
140140
response = session
141-
logging.info(f"Response headers: {await response.headers}")
142-
logging.info(f"Response content: {await response.content}")
141+
logging.info(f"Response : { response}")
143142
break
144143
upload_result = UploadResult()
145144
upload_result.item_response = response

0 commit comments

Comments
 (0)