mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-15 13:19:53 +05:00
Deleted print from datanode_test.go
This commit is contained in:
committed by
Dan Christian Bogos
parent
2c55bef536
commit
6fd108c083
@@ -19,7 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
package utils
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"reflect"
|
||||
"regexp"
|
||||
"strings"
|
||||
@@ -384,7 +383,6 @@ func TestAppend2(t *testing.T) {
|
||||
} else if rcv != 0 {
|
||||
t.Errorf("Expected %+v, received %+v", 0, rcv)
|
||||
}
|
||||
fmt.Println(ToJSON(dn.Map))
|
||||
|
||||
///
|
||||
dn.Type = NMSliceType
|
||||
|
||||
Reference in New Issue
Block a user