Removed console log
This commit is contained in:
@@ -7,7 +7,6 @@ class Credits {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static convertFromTmdbResponse(response) {
|
static convertFromTmdbResponse(response) {
|
||||||
console.log('this is our credits response', response)
|
|
||||||
const { id, cast, crew } = response;
|
const { id, cast, crew } = response;
|
||||||
|
|
||||||
const allCast = cast.map(cast =>
|
const allCast = cast.map(cast =>
|
||||||
|
|||||||
Reference in New Issue
Block a user