Remove a console.log line

This commit is contained in:
SileNce5k 2021-07-02 20:21:52 +02:00
parent 55393e755e
commit f4467637b0
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -6,8 +6,6 @@ module.exports = function (presenceType, presenceText){
config.presenceType = presenceType;
config.presenceText = presenceText;
console.log(config);
fs.writeFileSync(configPath, JSON.stringify(config, null, 4));