X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FNode.pm;h=74b51545389362293235a68dd3ac09c1eb50fdd5;hp=711d76b348658da9e032095b361509c04da9ae36;hb=5d760316616e1bb28acb3dbad204d59c3374fdc1;hpb=0d5d46f2c42cae1577c3cecf367d21a4948dbb3d diff --git a/lib/ZOOM/IRSpy/Node.pm b/lib/ZOOM/IRSpy/Node.pm index 711d76b..74b5154 100644 --- a/lib/ZOOM/IRSpy/Node.pm +++ b/lib/ZOOM/IRSpy/Node.pm @@ -1,4 +1,4 @@ -# $Id: Node.pm,v 1.4 2006-10-11 16:35:43 mike Exp $ +# $Id: Node.pm,v 1.5 2006-10-11 16:36:03 mike Exp $ package ZOOM::IRSpy::Node; @@ -160,7 +160,6 @@ sub select { if ($address eq "") { return $this; } elsif (my($head, $tail) = $address =~ /(.*?):(.*)/) { - print "*** testing head='$head' tail='$tail'\n"; return $sub[$head]->select($tail); } else { return $sub[$address];