Removed console.log

This commit is contained in:
Joe-Dowd
2020-03-20 21:50:57 +00:00
parent be6d75c1ff
commit f1ee7bb430

View File

@@ -19,8 +19,6 @@ if (!config.readOnly && config.mode === "production") {
db.exec("pragma mmap_size= 500000000;");
privateDB.exec("pragma mmap_size= 500000000;");
console.log('databases.js has been executed...');
module.exports = {
db: db,
privateDB: privateDB