]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/pools/listener/class_DefaultListenerPool.php
Removed getNodeInstance() and setNodeInstance(). Please now use the following
[hub.git] / application / hub / main / pools / listener / class_DefaultListenerPool.php
index 3409bd484ba1f79eecb2c04ab04aa932e7d46609..5f9cf6e4cd401004fc6ce2e1901c0c464a72be1d 100644 (file)
@@ -42,12 +42,6 @@ class DefaultListenerPool extends BasePool implements PoolableListener {
                // Get new instance
                $listenerInstance = new DefaultListenerPool();
 
-               // Debug message
-               self::createDebugInstance(__CLASS__)->debugOutput('POOL[' . __METHOD__ . ':' . __LINE__ . ':] Setting node ...');
-
-               // Set the application instance
-               $listenerInstance->setNodeInstance($nodeInstance);
-
                // Return the prepared instance
                return $listenerInstance;
        }