current conditions ready for data

This commit is contained in:
Matt Walsh 2020-09-24 22:44:51 -05:00
commit 0a6a31217b
12 changed files with 314 additions and 122 deletions

View file

@ -56,7 +56,6 @@ const utils = (() => {
const img = new Image();
img.scr = src;
cachedImages.push(src);
console.log(cachedImages);
return true;
};