mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
removed print
This commit is contained in:
parent
e933f71bcd
commit
165543d867
@ -151,7 +151,6 @@ def send_action(project=None, branch=None, stats={}, key=None, targetFile=None,
|
|||||||
tz = tzlocal.get_localzone()
|
tz = tzlocal.get_localzone()
|
||||||
if tz:
|
if tz:
|
||||||
request.add_header('TimeZone', str(tz.zone))
|
request.add_header('TimeZone', str(tz.zone))
|
||||||
print(tz.zone)
|
|
||||||
|
|
||||||
# log time to api
|
# log time to api
|
||||||
response = None
|
response = None
|
||||||
|
Loading…
Reference in New Issue
Block a user