mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-09 06:15:22 +02:00
Remove db log from testing
This commit is contained in:
@@ -119,9 +119,6 @@ class Database {
|
||||
}
|
||||
|
||||
if (!existsSync(this.properties.root)) mkdirSync(this.properties.root);
|
||||
else {
|
||||
console.log('Db already exists', root)
|
||||
}
|
||||
|
||||
const propertiesFile = join(this.properties.root, "njodb.properties");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user