From 6d464ec91b06a66cfc989084b8af8acb1317e23d Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Wed, 10 Dec 2008 21:42:33 -0500 Subject: Remove a bunch of extraneous logging statements darcs-hash:20081211024233-7b5ce-e4911c049adf067f24821f868a27bdf67c324caf.gz --- actions/newnotice.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'actions/newnotice.php') 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)) { -- cgit v1.2.3-54-g00ecf