Removed unnecessary log

This commit is contained in:
Skylar Grant 2022-12-02 12:38:26 -05:00
parent eb98e7da85
commit afa9ef568d
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');
} }