Skip to content

Commit 48ec6eb

Browse files
committed
remove stupid log message on reading emails gmail api tutorial
1 parent a8cadb5 commit 48ec6eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

general/gmail-api/read_emails.py

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def parse_parts(service, parts, folder_name, message):
2828
"""
2929
Utility function that parses the content of an email partition
3030
"""
31-
print("called parse_parts with folder_name:", folder_name)
3231
if parts:
3332
for part in parts:
3433
filename = part.get("filename")

0 commit comments

Comments
 (0)