From 63d19b6c5c23f6aa9dde149c3ff6aabdd7b4f26c Mon Sep 17 00:00:00 2001 From: Ajitem Sahasrabuddhe Date: Thu, 5 Dec 2019 23:17:45 +0530 Subject: [PATCH] remove comments --- app_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/app_test.go b/app_test.go index d1e5fc3..7a02d65 100644 --- a/app_test.go +++ b/app_test.go @@ -1452,7 +1452,6 @@ func TestApp_Run_CommandWithSubcommandHasHelpTopic(t *testing.T) { } output := buf.String() - //log.Printf("output: %q\n", buf.Bytes()) if strings.Contains(output, "No help topic for") { t.Errorf("expect a help topic, got none: \n%q", output) @@ -1719,7 +1718,6 @@ func TestApp_Run_Categories(t *testing.T) { } output := buf.String() - //log.Printf("output: %q\n", buf.Bytes()) if !strings.Contains(output, "1:\n command1") { t.Errorf("want buffer to include category %q, did not: \n%q", "1:\n command1", output)