mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
remove logging
This commit is contained in:
parent
e418f86f35
commit
724ca6dc24
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue