Skip to content
This repository was archived by the owner on Oct 9, 2021. It is now read-only.

Commit 4622643

Browse files
committed
prevent logging debug line when syncing offline heartbeats without entity argument
1 parent 1b27624 commit 4622643

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wakatime/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def execute(argv=None):
5757
hb = Heartbeat(vars(args), args, configs)
5858
if hb:
5959
heartbeats.append(hb)
60-
else:
60+
elif args.entity:
6161
log.debug(hb.skip)
6262

6363
if args.extra_heartbeats:

0 commit comments

Comments
 (0)