fix probs with eph dup deleting
[spider.git] / perl / AGWMsg.pm
index dbb8d8d2dfeeb4410a54aa73d4a42446f5b8de32..69c63c1ef702423bd4a1d2df1aca0f8443dad531 100644 (file)
@@ -299,7 +299,7 @@ sub _decode
                        my @lines = split /\cM/, $d;
                        
                        for (@lines) {
-                               s/([\x00-\x1f\x7f-\xff])/sprintf("%%%02X", ord($1))/eg; 
+#                              s/([\x00-\x1f\x7f-\xff])/sprintf("%%%02X", ord($1))/eg; 
                                dbg("AGW Monitor port: $port \"$_\"") if isdbg('agw');
                        }
                } elsif ($sort eq 'C') {