X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fmain%2Frecipient%2Fdht%2Fclass_DhtRecipient.php;fp=application%2Fhub%2Fmain%2Frecipient%2Fdht%2Fclass_DhtRecipient.php;h=13661f33d67929aaaf07c675f016b14740b0eb17;hb=efa4053fbf0eef991576c6305596a249a76ce44c;hp=c8d31c9854ebce792194cfaa8fd9e11de74681f3;hpb=2dbfad11713ae7d30ebb06274d58bcd1835a14f8;p=hub.git diff --git a/application/hub/main/recipient/dht/class_DhtRecipient.php b/application/hub/main/recipient/dht/class_DhtRecipient.php index c8d31c985..13661f33d 100644 --- a/application/hub/main/recipient/dht/class_DhtRecipient.php +++ b/application/hub/main/recipient/dht/class_DhtRecipient.php @@ -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); }