remove logging
parent
e418f86f35
commit
724ca6dc24
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue