about summary refs log tree commit diff stats
path: root/src/bestiary.js
diff options
context:
space:
mode:
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 0598abb..4a061be 100644
--- a/src/bestiary.js
+++ b/src/bestiary.js
@@ -18,7 +18,6 @@ export function getMatches(forecast, level) {
       });
     }
   });
-  console.log(res);
   return res;
 }