Skip to content

Commit

Permalink
Fix logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
JPJPJPOPOP committed Jan 8, 2018
1 parent 2191c88 commit 9daf2ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion servlet.py
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,6 @@ def get(self):

self.sendResponse(units)
else:
logging.info('Spellchecker not working')
self.send_error(404, explanation="{} on spellchecker mode: {}".format('Error 404', 'Mode not installed'))


Expand Down

0 comments on commit 9daf2ea

Please sign in to comment.