Removed unnecessary log
This commit is contained in:
parent
eb98e7da85
commit
afa9ef568d
@ -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');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user