diff --git a/couchpotato/__init__.py b/couchpotato/__init__.py index ce034db..1946963 100644 --- a/couchpotato/__init__.py +++ b/couchpotato/__init__.py @@ -48,10 +48,6 @@ def addView(route, func, static = False): views[route] = func -def get_session(): - return None - - def get_db(): return Env.get('db')