]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/recipient/dht/class_DhtRecipient.php
Commented out noisy debug lines
[hub.git] / application / hub / main / recipient / dht / class_DhtRecipient.php
index c8d31c9854ebce792194cfaa8fd9e11de74681f3..13661f33d67929aaaf07c675f016b14740b0eb17 100644 (file)
@@ -57,7 +57,7 @@ class DhtRecipient extends BaseRecipient implements Recipient {
         */
        public function resolveRecipient ($recipient, Listable $listInstance) {
                // Make sure the recipient is valid
-               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DHT-RECIPIENT: recipient=' . $recipient);
+               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DHT-RECIPIENT: recipient=' . $recipient);
                assert($recipient == NetworkPacke::PACKAGE_RECIPIENT_DHT);
                $this->partialStub('Please implement this method. recipient=' . $recipient);
        }