Remove debugging print
authorMike Taylor <mike@indexdata.com>
Wed, 11 Oct 2006 16:36:03 +0000 (16:36 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 11 Oct 2006 16:36:03 +0000 (16:36 +0000)
lib/ZOOM/IRSpy/Node.pm

index 711d76b..74b5154 100644 (file)
@@ -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;
 
 
 package ZOOM::IRSpy::Node;
 
@@ -160,7 +160,6 @@ sub select {
     if ($address eq "") {
        return $this;
     } elsif (my($head, $tail) = $address =~ /(.*?):(.*)/) {
     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];
        return $sub[$head]->select($tail);
     } else {
        return $sub[$address];