removed print

This commit is contained in:
Alan Hamlett 2013-09-30 22:01:30 -07:00
parent 19d9efcc32
commit ef4fc7d90c
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