diff options
Diffstat (limited to 'actions/newnotice.php')
-rw-r--r-- | actions/newnotice.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/newnotice.php b/actions/newnotice.php index a24925ec3..a79d0a1a2 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -72,8 +72,6 @@ class NewnoticeAction extends Action { $replyto = $this->trimmed('inreplyto'); - common_debug("Replyto = $replyto\n"); - $notice = Notice::saveNew($user->id, $content, 'web', 1, ($replyto == 'false') ? NULL : $replyto); if (is_string($notice)) { |