15954: Remove debug printf.
authorTom Clegg <tom@tomclegg.ca>
Wed, 19 Feb 2020 15:25:26 +0000 (10:25 -0500)
committerTom Clegg <tom@tomclegg.ca>
Thu, 20 Feb 2020 19:25:03 +0000 (14:25 -0500)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@tomclegg.ca>

lib/controller/integration_test.go

index b605fde06ee0144d46c3c394891b47dc16f4d52f..157998aa7f85ed9702e286f8a12cfb8a3e05010c 100644 (file)
@@ -101,7 +101,6 @@ func (s *IntegrationSuite) SetUpSuite(c *check.C) {
                        config: *cfg,
                }
                s.testClusters[id].booter.Start(context.Background(), &s.testClusters[id].config)
-               c.Logf("%v", &s.testClusters[id].config)
        }
        for _, tc := range s.testClusters {
                au, ok := tc.booter.WaitReady()