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
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ const functions = {
name: row.strain, name: row.strain,
}; };
client.strains.set(strain.name, strain); client.strains.set(strain.name, strain);
// if (isDev) console.log(strain) if (isDev) console.log(strain)
} }
if (isDev) console.log('Strains Collection Built'); if (isDev) console.log('Strains Collection Built');
} }