removed print

This commit is contained in:
Alan Hamlett 2013-09-30 22:03:18 -07:00
parent e933f71bcd
commit 165543d867
1 changed files with 0 additions and 1 deletions

View File

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