diff --git a/business/jxstore/event/print_test.go b/business/jxstore/event/print_test.go index e63d3401b..7a905ce63 100644 --- a/business/jxstore/event/print_test.go +++ b/business/jxstore/event/print_test.go @@ -86,7 +86,3 @@ func toHex(ten int) string { } return strings.Join(hexStr, "") } - -func TestInt2Int64(t *testing.T) { - fmt.Println(int64(19930826391)) -}