From: Jan T. <de...@us...> - 2002-05-11 13:13:12
|
Update of /cvsroot/net-script/netscript2/src/perl/NetScript/Libraries In directory usw-pr-cvs1:/tmp/cvs-serv11007 Modified Files: DebugLibrary.pm Log Message: * removed a print-statement Index: DebugLibrary.pm =================================================================== RCS file: /cvsroot/net-script/netscript2/src/perl/NetScript/Libraries/DebugLibrary.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DebugLibrary.pm 11 May 2002 13:09:03 -0000 1.1 --- DebugLibrary.pm 11 May 2002 13:13:10 -0000 1.2 *************** *** 66,70 **** sub documentFinished { my ( $this, $event ) = @_; - print "documentFinished!!"; my $domWalker = $event -> eventUnknown(); my $document = $domWalker -> currentSource() -> ownerDocument(); --- 66,69 ---- |