Update of /cvsroot/net-script/netscript2/src/perl/XML/DOM2
In directory usw-pr-cvs1:/tmp/cvs-serv3153
Modified Files:
DOMException.pm
Log Message:
* removed some debug prints
Index: DOMException.pm
===================================================================
RCS file: /cvsroot/net-script/netscript2/src/perl/XML/DOM2/DOMException.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** DOMException.pm 2001/11/29 21:43:43 1.4
--- DOMException.pm 2001/12/11 22:21:21 1.5
***************
*** 59,63 ****
my $this = {};
bless( $this, $class ); # create Object
- print "|||====>>>>" .$args{ErrCode};
$this -> { m_code } = $args{ErrCode}; # Exception Error code.
$this -> { m_desc } = $args{ErrDesc}; # Exception description
--- 59,62 ----
|