From 7963a11ca86c406356774b68096c9e6f5f228331 Mon Sep 17 00:00:00 2001 From: louis70109 Date: Tue, 16 Feb 2021 22:31:05 +0800 Subject: [PATCH] remove logs --- line_notify.py | 1 - 1 file changed, 1 deletion(-) diff --git a/line_notify.py b/line_notify.py index b9106fc..574ff7e 100644 --- a/line_notify.py +++ b/line_notify.py @@ -26,7 +26,6 @@ sticker_package_id=args.package_id ) elif args.image_file: - print(args.image_file) lotify.send_message_with_image_file( message=args.message, access_token=args.token,