Removed rogue console.log()

master
Thijs de Vries 5 years ago
parent 8638f8465c
commit adfa57bb14

@ -56,8 +56,6 @@ class Deck {
).then((res) => {
res.data.forEach((el) => {
if (el.cards) el.cards.forEach((el) => {
if(el.description) console.log("match"+el.description.match(tracking))
if (el.description && el.description.match(tracking) != null) {
resolve(el)
tmpVal = true

Loading…
Cancel
Save