Unut test counter check code fixed
[ric-plt/submgr.git] / e2ap / pkg / e2ap_wrapper / packer_e2ap.go
index dcf84ab..73d121f 100644 (file)
@@ -1120,10 +1120,10 @@ func (e2apMsg *e2apMsgPackerSubscriptionDeleteFailure) String() string {
 //-----------------------------------------------------------------------------
 func SetASN1DebugPrintStatus(logLevel int) {
        if logLevel >= 4 {
-               fmt.Println("Setting ASN1 debug prints ON")
+               //fmt.Println("ASN1 debug prints ON")
                C.allowASN1DebugPrints(true)
        } else {
-               fmt.Println("Setting ASN1 debug prints OFF")
+               //fmt.Println("ASN1 debug prints OFF")
                C.allowASN1DebugPrints(false)
        }
 }