Removed 'TinyProxy settings' showing twice

This commit is contained in:
Quentin McGaw (desktop)
2020-02-08 15:48:11 +00:00
parent 792f70ffa7
commit 84f49c5827

View File

@@ -26,7 +26,6 @@ func (t *TinyProxy) String() string {
auth = "enabled"
}
settingsList := []string{
"TinyProxy settings:",
fmt.Sprintf("Port: %d", t.Port),
"Authentication: " + auth,
"Log level: " + string(t.LogLevel),