From b56e700466d5aa680f09c0b9dd0aad55af8106b8 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Fri, 2 Dec 2022 13:00:14 -0500 Subject: [PATCH] Revert "Removed unnecessary log" This reverts commit afa9ef568d1defde1d8996de63c603904dd37c1f. --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.js b/functions.js index 1cea7cc..1a72cfe 100644 --- a/functions.js +++ b/functions.js @@ -136,7 +136,7 @@ const functions = { name: row.strain, }; client.strains.set(strain.name, strain); - // if (isDev) console.log(strain) + if (isDev) console.log(strain) } if (isDev) console.log('Strains Collection Built'); }