mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 02:26:26 +05:00
Removed Printf
This commit is contained in:
committed by
Dan Christian Bogos
parent
9c77b42f15
commit
54b81a511f
@@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user