mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 04:49:36 -07:00
remove debug logs
This commit is contained in:
parent
8c1248ed1b
commit
0235ebe4d2
1 changed files with 1 additions and 2 deletions
|
@ -725,8 +725,7 @@ class WebInterface(object):
|
||||||
|
|
||||||
logger.info("Getting library media stats for section %s.", section_id)
|
logger.info("Getting library media stats for section %s.", section_id)
|
||||||
result = libraries.get_library_media_stats(section_id)
|
result = libraries.get_library_media_stats(section_id)
|
||||||
logger.debug("test")
|
|
||||||
logger.debug(result)
|
|
||||||
return result
|
return result
|
||||||
|
|
||||||
@cherrypy.expose
|
@cherrypy.expose
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue