remove logging

This commit is contained in:
Brian Cao 2022-08-22 22:45:35 -07:00
parent e418f86f35
commit 724ca6dc24

View File

@ -18,7 +18,6 @@ function getDatabaseType() {
const databaseType = getDatabaseType();
if (!databaseType || !['mysql', 'postgresql'].includes(databaseType)) {
console.log(databaseType);
throw new Error('Missing or invalid database');
}