logs: hide certain logging statements

This commit is contained in:
Jordan Ruthe
2021-05-02 17:46:51 -04:00
parent b39d433c46
commit 7b6efa0521
2 changed files with 4 additions and 4 deletions

View File

@@ -206,7 +206,7 @@ class MoonrakerApi:
)
def get_file_metadata(self, filename, callback=None, *args):
logging.debug("Sending server.files.metadata: %s", filename)
#logging.debug("Sending server.files.metadata: %s", filename)
return self._ws.send_method(
"server.files.metadata",
{"filename": filename},