remove debug logs

This commit is contained in:
herby2212 2023-10-29 12:40:57 +01:00
commit 0235ebe4d2

View file

@ -725,8 +725,7 @@ class WebInterface(object):
logger.info("Getting library media stats for section %s.", section_id)
result = libraries.get_library_media_stats(section_id)
logger.debug("test")
logger.debug(result)
return result
@cherrypy.expose