Skip to content

Commit

Permalink
Make less chatty.
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelMcLure authored Jun 9, 2021
1 parent 7c1bb51 commit 40b9060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_navbarclock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def get_update_information(self):
##~~ SimpleApi mixin

def on_api_get(self, request):
self._logger.info("NavbarClock - API called")
self._logger.debug("NavbarClock - API called")
return flask.jsonify(
server_time={
"tz_offset": datetime.datetime.now(tz.tzlocal())
Expand Down

0 comments on commit 40b9060

Please sign in to comment.