mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 12:33:10 +00:00
removed debugs
This commit is contained in:
parent
574d55f637
commit
4e320c4903
1 changed files with 0 additions and 4 deletions
|
@ -30,10 +30,6 @@ class Radarr:
|
|||
self.search = params["search"]
|
||||
self.radarr_path = params["radarr_path"] if params["radarr_path"] and params["plex_path"] else ""
|
||||
self.plex_path = params["plex_path"] if params["radarr_path"] and params["plex_path"] else ""
|
||||
logger.debug(params["radarr_path"])
|
||||
logger.debug(self.radarr_path)
|
||||
logger.debug(params["plex_path"])
|
||||
logger.debug(self.plex_path)
|
||||
|
||||
def add_tmdb(self, tmdb_ids, **options):
|
||||
logger.info("")
|
||||
|
|
Loading…
Reference in a new issue