removed print

This commit is contained in:
Alan Hamlett 2013-09-30 22:03:18 -07:00
parent e933f71bcd
commit 165543d867

View file

@ -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