]> git.mxchange.org Git - hub.git/commitdiff
Some messages were to noisy and are now no longer needed (still may be helpful
authorRoland Haeder <roland@mxchange.org>
Sun, 9 Aug 2015 20:21:48 +0000 (22:21 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 9 Aug 2015 20:21:48 +0000 (22:21 +0200)
later). So let's comment them out only.

Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/package/class_NetworkPackage.php
application/hub/main/tools/class_HubTools.php

index a6328fab9e63a0f162b13c0f310a243ab57b4237..4e4f384eb4eaa0c36815444f616ad85d0bd820f4 100644 (file)
@@ -357,7 +357,7 @@ class NetworkPackage extends BaseHubSystem implements Deliverable, Receivable, R
                // Is an entry found?
                if (count($senderData) > 0) {
                        // Make sure the element 'private_key_hash' is there
-                       /* NOISY-DEBUG */ self::createDebugInstance(__CLASS__)->debugOutput('NETWORK-PACKAGE[' . __METHOD__ . ':' . __LINE__ . ']: senderData=' . print_r($senderData, TRUE));
+                       //* NOISY-DEBUG */ self::createDebugInstance(__CLASS__)->debugOutput('NETWORK-PACKAGE[' . __METHOD__ . ':' . __LINE__ . ']: senderData=' . print_r($senderData, TRUE));
                        assert(isset($senderData[NodeDistributedHashTableDatabaseWrapper::DB_COLUMN_PRIVATE_KEY_HASH]));
 
                        // Return it
index 37636f29c74a8c67303b3437039c1ea5246a20ef..988fa7a4d2ece5a8f8f40da31fb47e5891aef722 100644 (file)
@@ -133,7 +133,7 @@ class HubTools extends BaseHubSystem {
                $nodeData = $selfInstance->getDhtInstance()->findNodeLocalBySessionId($sessionId);
 
                // Make sure the node id is there
-               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('HUB-TOOLS[' . __METHOD__ . ':' . __LINE__ . ']: sessionId=' . $sessionId . ', nodeData[' . gettype($nodeData) . ']=' . print_r($nodeData, TRUE));
+               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('HUB-TOOLS[' . __METHOD__ . ':' . __LINE__ . ']: sessionId=' . $sessionId . ', nodeData[' . gettype($nodeData) . ']=' . print_r($nodeData, TRUE));
                assert(isset($nodeData[NodeDistributedHashTableDatabaseWrapper::DB_COLUMN_NODE_ID]));
 
                // Return it