From 54b81a511fa2989870bd5c05ec7935e76cf2ffc1 Mon Sep 17 00:00:00 2001 From: Anevo Date: Tue, 3 Apr 2018 09:25:02 -0400 Subject: [PATCH] Removed Printf --- engine/suppliers_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/engine/suppliers_test.go b/engine/suppliers_test.go index 24a02bae4..6e7bb3206 100644 --- a/engine/suppliers_test.go +++ b/engine/suppliers_test.go @@ -18,7 +18,6 @@ along with this program. If not, see package engine import ( - "fmt" "reflect" "testing" "time" @@ -675,9 +674,7 @@ func TestSuppliersAsOptsGetSuppliers(t *testing.T) { ignoreErrors: false, maxCost: 0.0, } - fmt.Printf("Pointer spl: %+v\n", spl) sprf, err := s.asOptsGetSuppliers() - fmt.Printf("Pointer sprf: %+v\n", sprf) if err != nil { t.Errorf("Error: %+v", err) }