Skip to content

Commit

Permalink
cleaning up some code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasen-nicely committed Aug 31, 2018
1 parent 41e2032 commit 506b0a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
config.json
gideon-bot.pem
2 changes: 0 additions & 2 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ func ReadConfig() error {
return err
}

fmt.Println(string(file))

err = json.Unmarshal(file, &config)

if err != nil {
Expand Down

0 comments on commit 506b0a4

Please sign in to comment.