From 9deff4036069732ef56c295e6fc042c15877efe6 Mon Sep 17 00:00:00 2001 From: Josh birnholz Date: Mon, 25 Mar 2024 14:00:57 -0400 Subject: [PATCH] Remove art index log --- js/creator-23.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/js/creator-23.js b/js/creator-23.js index 883a176c..8a6b0cc4 100644 --- a/js/creator-23.js +++ b/js/creator-23.js @@ -4127,11 +4127,9 @@ function artFromScryfall(scryfallResponse) { // Find the art that matches the selected print var index = artIllustrations.indexOf(illustrationID); - if (index >= 0) { - console.log("Art index should be " + index); - } else { + if (index < 0) { + // Couldn't find art index = 0; - console.log("Couldn't find art") } // Use that art