Skip to content
Snippets Groups Projects
Commit 034d6f26 authored by Kevin S. Hahn's avatar Kevin S. Hahn
Browse files

remove superfluous debug logging message

parent 6b47a44b
No related branches found
No related tags found
No related merge requests found
......@@ -132,5 +132,4 @@ class Job(base.RequestHandler):
"""Update a single job."""
payload = self.request.json
# TODO: validate the json before updating the db
log.debug(payload)
self.app.db.jobs.update({'_id': int(_id)}, {'$set': {'status': payload.get('status'), 'activity': payload.get('activity')}})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment