Skip to content

Commit

Permalink
Forgot a dumb console log so need to bump version again :(
Browse files Browse the repository at this point in the history
  • Loading branch information
sct committed Apr 26, 2018
1 parent 5a37760 commit edac760
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "buttbot-discord",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 0 additions & 2 deletions src/core/handlers/Server.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ class Server {
return resolve(config);
}

console.log(server.settings);

const settings = config;

settings.chanceToButt = server.settings.chanceToButt || config.chanceToButt;
Expand Down

0 comments on commit edac760

Please sign in to comment.