mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Remove art index log
This commit is contained in:
@@ -4127,11 +4127,9 @@ function artFromScryfall(scryfallResponse) {
|
|||||||
|
|
||||||
// Find the art that matches the selected print
|
// Find the art that matches the selected print
|
||||||
var index = artIllustrations.indexOf(illustrationID);
|
var index = artIllustrations.indexOf(illustrationID);
|
||||||
if (index >= 0) {
|
if (index < 0) {
|
||||||
console.log("Art index should be " + index);
|
// Couldn't find art
|
||||||
} else {
|
|
||||||
index = 0;
|
index = 0;
|
||||||
console.log("Couldn't find art")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Use that art
|
// Use that art
|
||||||
|
Reference in New Issue
Block a user