From b0ef58458ebd2ecbfdfb9bb66d20003e572fbe37 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Wed, 25 Mar 2015 15:02:37 +0100 Subject: [PATCH] fixed error on non existing method --- resources/lib/ReadEmbyDB.py | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/lib/ReadEmbyDB.py b/resources/lib/ReadEmbyDB.py index 232f3242..44b34d8f 100644 --- a/resources/lib/ReadEmbyDB.py +++ b/resources/lib/ReadEmbyDB.py @@ -231,7 +231,6 @@ class ReadEmbyDB(): collections=[] if(jsonData == ""): - printDebug("No Json data") return [] result = json.loads(jsonData)