Skip to content

Commit

Permalink
This line prevents binaries from working?
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Apr 19, 2016
1 parent 4bef7ea commit a65de49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ func init() {

func clearCache() {
for {
Debug.Println("Clearing cache.")
isLearning = make(map[string]bool)
psCache = make(map[string]FullParameters)
usersCache = make(map[string][]string)
Expand Down

0 comments on commit a65de49

Please sign in to comment.