]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/recipient/class_
Commented out noisy debug lines
[hub.git] / application / hub / main / recipient / class_
index 83d6bf0e02669c1858d1a9a44283636a7bbf2948..a18f6e6e8cf9514a12326f4648f6ffaf214184f1 100644 (file)
@@ -57,6 +57,7 @@ class ???Recipient extends BaseRecipient implements Recipient {
         */
        public function resolveRecipient ($recipient, Listable $listInstance) {
                // Make sure the recipient is valid
+               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('!!!-RECIPIENT: recipient=' . $recipient);
                assert($recipient == '|||');
                $this->partialStub('Please implement this method. recipient=' . $recipient);
        }