about summary refs log tree commit diff stats
path: root/src/bestiary.js
diff options
context:
space:
mode:
authorana <ana@ana.st>2021-08-08 19:07:01 +0200
committerana <ana@ana.st>2021-08-08 19:07:01 +0200
commitcc0ef3e4f905f5c3c6441069bdb3bf8a78ac1314 (patch)
tree0154d3a8aba389ccef635e148f6626fabc2f06a5 /src/bestiary.js
parentb03c4819262d1f65559ac7e389930297484b2979 (diff)
downloadeureka-marks-cc0ef3e4f905f5c3c6441069bdb3bf8a78ac1314.tar.gz
feat: make the grid responsive
Diffstat (limited to 'src/bestiary.js')
-rw-r--r--src/bestiary.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bestiary.js b/src/bestiary.js
index f4a6937..b09a613 100644
--- a/src/bestiary.js
+++ b/src/bestiary.js
@@ -32,7 +32,6 @@ export function getMatches(forecast, level) {
       });
     }
   });
-  console.log(res);
   return res;
 }