Browse Source

删除打印

yjp 4 months ago
parent
commit
33cea564a2
1 changed files with 0 additions and 3 deletions
  1. 0 3
      test/assign_tag_test.go

+ 0 - 3
test/assign_tag_test.go

@@ -1,7 +1,6 @@
 package test
 
 import (
-	"fmt"
 	"git.sxidc.com/go-framework/baize/framework/core/tag/assign"
 	"git.sxidc.com/go-tools/utils/strutils"
 	"github.com/pkg/errors"
@@ -308,8 +307,6 @@ func (to AssignTagToPointerField) checkFields(t *testing.T, from AssignTagFrom)
 			from.StringField, *to.StringField))
 	}
 
-	fmt.Println("from", from.BoolField)
-	fmt.Println("to", to.BoolField)
 	if from.BoolField != *to.BoolField {
 		t.Fatalf("%+v\n", errors.Errorf("BoolField not equal: from %v, to %v",
 			from.BoolField, *to.BoolField))