mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-02 20:19:10 +01:00
Remove db log from testing
This commit is contained in:
parent
68cf748e77
commit
584e754eae
@ -112,8 +112,6 @@ class Server {
|
|||||||
|
|
||||||
async init() {
|
async init() {
|
||||||
Logger.info('[Server] Init v' + version)
|
Logger.info('[Server] Init v' + version)
|
||||||
// TODO: Remove orphan streams from playback session manager
|
|
||||||
// await this.streamManager.ensureStreamsDir()
|
|
||||||
await this.playbackSessionManager.removeOrphanStreams()
|
await this.playbackSessionManager.removeOrphanStreams()
|
||||||
await this.downloadManager.removeOrphanDownloads()
|
await this.downloadManager.removeOrphanDownloads()
|
||||||
|
|
||||||
|
@ -119,9 +119,6 @@ class Database {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!existsSync(this.properties.root)) mkdirSync(this.properties.root);
|
if (!existsSync(this.properties.root)) mkdirSync(this.properties.root);
|
||||||
else {
|
|
||||||
console.log('Db already exists', root)
|
|
||||||
}
|
|
||||||
|
|
||||||
const propertiesFile = join(this.properties.root, "njodb.properties");
|
const propertiesFile = join(this.properties.root, "njodb.properties");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user