mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-14 23:47:00 +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;");
|
db.exec("pragma mmap_size= 500000000;");
|
||||||
privateDB.exec("pragma mmap_size= 500000000;");
|
privateDB.exec("pragma mmap_size= 500000000;");
|
||||||
|
|
||||||
console.log('databases.js has been executed...');
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
db: db,
|
db: db,
|
||||||
privateDB: privateDB
|
privateDB: privateDB
|
||||||
|
|||||||
Reference in New Issue
Block a user