Remove db log from testing

This commit is contained in:
advplyr 2022-04-20 08:38:24 -05:00
parent 68cf748e77
commit 584e754eae
2 changed files with 0 additions and 5 deletions

View file

@ -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");