Revert "debugging replyToID"

This reverts commit bb9353f6e0.
This commit is contained in:
Evan Prodromou 2010-09-01 18:22:54 -04:00
parent bb9353f6e0
commit ebcd8644a5

View File

@ -76,7 +76,6 @@ class UsersalmonAction extends SalmonAction
$context = $this->activity->context;
if (!empty($context->replyToID)) {
common_log(LOG_DEBUG, "Got a notice in reply to '{$context->replyToID}' ({$context->replyToUrl})");
$notice = Notice::staticGet('uri', $context->replyToID);
if (empty($notice)) {
throw new ClientException("In reply to unknown notice");