mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-12 22:47:12 +03:00
Removed console.log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user