From 0fc3eda77004f41c5f0a804028da2d90b0373ea7 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Tue, 24 Aug 2021 22:25:40 -0400 Subject: Another development snapshot. Updated license. Added Swagger documentation--embedded! Note about 'swaggo' --- cmd/web/windows.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'cmd/web/windows.go') diff --git a/cmd/web/windows.go b/cmd/web/windows.go index d7e32d2..9e447ca 100644 --- a/cmd/web/windows.go +++ b/cmd/web/windows.go @@ -68,8 +68,6 @@ func GetHostIPFromRoutes() (string, error) { continue } - fmt.Println("Before: ", string(l)) - l = spaceRe.ReplaceAll(l, []byte{' '}) l = bytes.TrimPrefix(l, []byte{' '}) -- cgit v1.2.3