From c62eff48a78d6de02d5a5d688b3fa874babda1ee Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 3 Oct 2019 17:28:44 -0400 Subject: [PATCH] Turn off debugging that prevents results processing --- onvif/modules/lib/ONVIF/Deserializer/MessageParser.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/onvif/modules/lib/ONVIF/Deserializer/MessageParser.pm b/onvif/modules/lib/ONVIF/Deserializer/MessageParser.pm index 218a4caa5..bb43daeec 100644 --- a/onvif/modules/lib/ONVIF/Deserializer/MessageParser.pm +++ b/onvif/modules/lib/ONVIF/Deserializer/MessageParser.pm @@ -274,8 +274,8 @@ sub _initialize { $_method =~s{\-}{_}xg; if ( $list->[-1]->can( $_method ) ) { $list->[-1]->$_method( $current ); - } else { - print ( "ERror " . $list->[-1] . " cannot $_method\n" ); + #} else { + #print ( "ERror " . $list->[-1] . " cannot $_method\n" ); } $current = pop @$list; # step up in object hierarchy