return via fallback below

This commit is contained in:
Alan Hamlett 2017-11-01 21:15:22 -07:00
parent 3992bec062
commit ef637fd99b
1 changed files with 0 additions and 2 deletions

View File

@ -228,8 +228,6 @@ def send_heartbeat(project=None, branch=None, hostname=None, stats={}, key=None,
queue = Queue()
queue.push(data, json.dumps(stats), plugin)
log.warn(exception_data)
session_cache.delete()
return API_ERROR
else:
code = response.status_code if response is not None else None