removed print
This commit is contained in:
parent
e933f71bcd
commit
165543d867
1 changed files with 0 additions and 1 deletions
|
@ -151,7 +151,6 @@ def send_action(project=None, branch=None, stats={}, key=None, targetFile=None,
|
|||
tz = tzlocal.get_localzone()
|
||||
if tz:
|
||||
request.add_header('TimeZone', str(tz.zone))
|
||||
print(tz.zone)
|
||||
|
||||
# log time to api
|
||||
response = None
|
||||
|
|
Loading…
Reference in a new issue