From: Roland Häder Date: Fri, 7 Aug 2009 22:59:17 +0000 (+0000) Subject: Debug line removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=783335c95107bc1a45b0cdade1499c1fdb20358a;p=hub.git Debug line removed --- diff --git a/application/hub/main/pools/class_BasePool.php b/application/hub/main/pools/class_BasePool.php index 9c9690322..3eafd2d9a 100644 --- a/application/hub/main/pools/class_BasePool.php +++ b/application/hub/main/pools/class_BasePool.php @@ -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