Remove Settings Log
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Sarah Jamie Lewis 2022-01-19 13:00:32 -08:00
parent 0db0610a23
commit 5e4e3d4083
1 changed files with 1 additions and 1 deletions

2
lib.go
View File

@ -801,7 +801,7 @@ func c_ResetTor() {
func ResetTor() {
log.Infof("Replacing ACN with new Tor...")
settings := utils.ReadGlobalSettings()
log.Infof("Settings on Reset: %v", settings)
globalACN.Close() // we need to close first if dateDir is the same, otherwise buildACN can't launch tor.
globalACN.ReplaceACN(buildACN(*settings, globalTorPath, globalAppDir))