chore: Remove console log

This commit is contained in:
Khaled Garbaya
2017-10-18 11:29:04 +02:00
committed by Benedikt Rötsch
parent f51225468c
commit 2831fb722c

View File

@@ -53,10 +53,7 @@ exports.getLandingPage = (slug, locale = 'en-US', api = `cda`) => {
'fields.slug': slug,
include: 10
})
.then((response) => {
console.log(response.items[0])
return response.items[0]
})
.then((response) => response.items[0])
}
// the SDK supports link resolution only when you call the collection endpoints