Removed unused console.log

This commit is contained in:
2017-09-02 23:16:24 +02:00
parent a5bb42f175
commit 70b284380f

View File

@@ -2,8 +2,6 @@ const Movie = require('src/media_classes/movie');
const Show = require('src/media_classes/show'); const Show = require('src/media_classes/show');
function convertTmdbToSeasoned(tmdbObject) { function convertTmdbToSeasoned(tmdbObject) {
console.log(tmdbObject)
const mediaType = tmdbObject.media_type; const mediaType = tmdbObject.media_type;
// There are many diff types of content, we only want to look at movies and tv shows // There are many diff types of content, we only want to look at movies and tv shows