From 4f140bb1ac1a0de9614d669c2e9e1ba4e70182e9 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 19 Oct 2014 22:41:50 +0200 Subject: [PATCH] Remove print --- couchpotato/core/media/movie/providers/info/themoviedb.py | 1 - 1 file changed, 1 deletion(-) diff --git a/couchpotato/core/media/movie/providers/info/themoviedb.py b/couchpotato/core/media/movie/providers/info/themoviedb.py index 6a0a61d0..713d505c 100644 --- a/couchpotato/core/media/movie/providers/info/themoviedb.py +++ b/couchpotato/core/media/movie/providers/info/themoviedb.py @@ -117,7 +117,6 @@ class TheMovieDb(MovieProvider): genres = [] # 1900 is the same as None - print movie year = str(movie.get('release_date') or '')[:4] if not movie.get('release_date') or year == '1900' or year.lower() == 'none': year = None