From 5e4e3d40830907a42b1d725db25b59d2b2029f5b Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Wed, 19 Jan 2022 13:00:32 -0800 Subject: [PATCH] Remove Settings Log --- lib.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.go b/lib.go index dbf1554..2838c2b 100644 --- a/lib.go +++ b/lib.go @@ -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))