This commit is contained in:
shoopea 2020-01-08 17:27:19 +08:00
parent 0037d934f3
commit 14317c1952
2 changed files with 1 additions and 2 deletions

1
obj.go
View File

@ -442,7 +442,6 @@ func loadObjCastle() error {
c.Name = name
cacheObjCastle.Store(logo, *c)
cacheObjCastle.Store(name, *c)
fmt.Printf("loadObjCastle : caching %s.\n", c.Name)
}
return nil

View File

@ -69,7 +69,7 @@ func resetMsgParsingRules() error {
}
log.Printf("%d rules loaded.\n", count)
log.Printf("%d rules inserted.\n", count)
return nil