Remove a console.log line
This commit is contained in:
parent
55393e755e
commit
f4467637b0
1 changed files with 0 additions and 2 deletions
|
@ -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));
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue