Added UT cases for Del Req e2ap un/packing errors
[ric-plt/submgr.git] / e2ap / pkg / e2ap_wrapper / ut_packer_e2ap.go
index 3449a91..ea21995 100644 (file)
@@ -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
 }