]> git.mxchange.org Git - hub.git/commitdiff
Debug line removed
authorRoland Häder <roland@mxchange.org>
Fri, 7 Aug 2009 22:59:17 +0000 (22:59 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 7 Aug 2009 22:59:17 +0000 (22:59 +0000)
application/hub/main/pools/class_BasePool.php

index 9c9690322770d4de674c1c6c17893cb28fa87b34..3eafd2d9ab0bcc8aa2e8b533dbf06b1a3851c9f3 100644 (file)
@@ -97,7 +97,6 @@ class BasePool extends BaseHubSystem implements Visitable {
                        // Is this entry visitable?
                        if ($poolEntry instanceof Visitable) {
                                // Visit this entry as well
-                               print __METHOD__.':'.$poolEntry."\n";
                                $poolEntry->accept($visitorInstance);
                        } else {
                                // Cannot visit this entry