From 6fa8ef1882a60d4a325fe43b996c9bf1b26bcb9b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 26 Oct 2020 05:27:45 +0100 Subject: [PATCH] Continued: - no need to debug these lines - updated core framework MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../container/socket/class_SocketContainer.php | 11 ++--------- core | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/application/hub/classes/container/socket/class_SocketContainer.php b/application/hub/classes/container/socket/class_SocketContainer.php index 8e664a304..1f968409c 100644 --- a/application/hub/classes/container/socket/class_SocketContainer.php +++ b/application/hub/classes/container/socket/class_SocketContainer.php @@ -152,7 +152,6 @@ class SocketContainer extends BaseHubContainer implements StorableSocket, Visita * @return void */ public function setPackageDataInstance (DeliverablePackage $packageDataInstance) { - /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(sprintf('%s-SOCKET: Setting packageDataInstance=%s', strtoupper($this->getSocketProtocol()), $packageDataInstance)); $this->packageDataInstance = $packageDataInstance; } @@ -982,16 +981,12 @@ class SocketContainer extends BaseHubContainer implements StorableSocket, Visita // Is there a listener instance set? if ($listenerInstance instanceof Listenable) { - // Debug message - //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(strtoupper($this->getSocketProtocol()) . '-SOCKET: Setting listenerInstance=' . $listenerInstance->__toString() . ' ...'); - // Set it here for later usage + //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(strtoupper($this->getSocketProtocol()) . '-SOCKET: Setting listenerInstance=' . $listenerInstance->__toString() . ' ...'); $this->setListenerInstance($listenerInstance); } elseif ($helperInstance instanceof ConnectionHelper) { - // Debug message - //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(strtoupper($this->getSocketProtocol()) . '-SOCKET: Setting helperInstance=' . $helperInstance->__toString() . ' ...'); - // Set it here for later usage + //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(strtoupper($this->getSocketProtocol()) . '-SOCKET: Setting helperInstance=' . $helperInstance->__toString() . ' ...'); $this->setHelperInstance($helperInstance); } @@ -1515,7 +1510,6 @@ class SocketContainer extends BaseHubContainer implements StorableSocket, Visita * @return void */ public function setSocketFile (SplFileInfo $socketFile) { - /* NOISY-DEBUG */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(sprintf('%s-SOCKET: Setting socketFile=%s ...', strtoupper($this->getSocketProtocol()), $socketFile)); $this->socketFile = $socketFile; } @@ -1535,7 +1529,6 @@ class SocketContainer extends BaseHubContainer implements StorableSocket, Visita * @return void */ public function setSocketType ($socketType) { - /* NOISY-DEBUG */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(sprintf('%s-SOCKET: Setting socketType=%s ...', strtoupper($this->getSocketProtocol()), $socketType)); $this->socketType = $socketType; } diff --git a/core b/core index f57dd5186..8d5ee38d8 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit f57dd51863ec9baacba447d76b46d5c709b9b02e +Subproject commit 8d5ee38d8f889ffb079983b223c9dae3fb1e2b3d -- 2.39.5