X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=e2ap%2Fpkg%2Fe2ap_wrapper%2Fut_packer_e2ap.go;fp=e2ap%2Fpkg%2Fe2ap_wrapper%2Fut_packer_e2ap.go;h=ea21995a3f2544e637559d5e8a92cb589b6da240;hb=ac8bde486e4453d613db6ae05f6839661068a4ab;hp=3449a9144880fc38087a681bf39d30d5b1c70b5c;hpb=5112239fe7bf1a53f43d8898d2862921594b1f80;p=ric-plt%2Fsubmgr.git diff --git a/e2ap/pkg/e2ap_wrapper/ut_packer_e2ap.go b/e2ap/pkg/e2ap_wrapper/ut_packer_e2ap.go index 3449a91..ea21995 100644 --- a/e2ap/pkg/e2ap_wrapper/ut_packer_e2ap.go +++ b/e2ap/pkg/e2ap_wrapper/ut_packer_e2ap.go @@ -49,7 +49,6 @@ var allowAction = map[int]bool{ } func AllowE2apToProcess(mtype int, actionFail bool) { - fmt.Printf("INFO: AllowE2apToProcess setting %d : %t -> %t", mtype, allowAction[mtype], actionFail) allowAction[mtype] = actionFail }