Revert "Removed unnecessary log"

This reverts commit afa9ef568d.
This commit is contained in:
Skylar Grant 2022-12-02 13:00:14 -05:00
parent afa9ef568d
commit b56e700466

View File

@ -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');
}