Skip to content

Commit

Permalink
removed PersistentCache disabling setting
Browse files Browse the repository at this point in the history
  • Loading branch information
kellemNegasi committed Sep 24, 2024
1 parent 494bab2 commit d401eed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion license/unipdf_license_key_usage_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ func init() {
}
license.SetMeteredKeyUsageLogVerboseMode(true)
common.SetLogger(common.NewConsoleLogger(common.LogLevelInfo))
license.SetMeteredKeyPersistentCache(false)
}

func main() {
Expand Down

0 comments on commit d401eed

Please sign in to comment.