Skip to content

Commit 50c88cb

Browse files
committed
fix(tests): remove unused shortcode logging
1 parent 2907259 commit 50c88cb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,8 @@ def prepare_platform_send(
240240
sys.exit(1)
241241

242242
logger.info(
243-
"platform=%s | shortcode=%s | cat_id=%s | key_id=%d",
243+
"platform=%s | cat_id=%s | key_id=%d",
244244
platform_info["name"],
245-
platform_info["shortcode"],
246245
platform_info["cat_id"],
247246
kid_index,
248247
)

0 commit comments

Comments
 (0)