Delete pads after 3 months of inactivity
This commit is contained in:
@@ -7,7 +7,6 @@ var config;
|
||||
try {
|
||||
config = require('./config');
|
||||
} catch (e) {
|
||||
console.log("You can customize the configuration by copying config.example.js to config.js");
|
||||
config = require('./config.example');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user