]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/pools/listener/class_DefaultListenerPool.php
News Updated, filters renamed/commented:
[hub.git] / application / hub / main / pools / listener / class_DefaultListenerPool.php
index c3d28b7f47ca2136c1acc39b5438a1a573ba2f1f..fce149e502d089873739c727f21097db4836d2c2 100644 (file)
@@ -45,9 +45,6 @@ class DefaultListenerPool extends BasePool implements PoolableListener {
                // Set the application instance
                $listenerInstance->setNodeInstance($nodeInstance);
 
-               // This is the last line before the return statement to output some debug output
-               $listenerInstance->debugOutput('POOL: ' . __CLASS__ . ': Initialization finished.');
-
                // Return the prepared instance
                return $listenerInstance;
        }