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) }