diff --git a/libs/config.js b/libs/config.js index 28357394..2b50cb23 100644 --- a/libs/config.js +++ b/libs/config.js @@ -216,12 +216,5 @@ module.exports = function(s){ } ] } - if(config.cron.key === 'change_this_to_something_very_random__just_anything_other_than_this'){ - console.error('!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!') - console.error('!! Change your cron key in your conf.json. !!') - console.error(`!! If you're running Shinobi remotely you should do this now. !!`) - console.error('!! You can do this in the Super User panel or from terminal. !!') - console.error('!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!') - } return config }