summaryrefslogtreecommitdiff
path: root/actions/newnotice.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2008-12-10 21:42:33 -0500
committerZach Copley <zach@controlyourself.ca>2008-12-10 21:42:33 -0500
commit6d464ec91b06a66cfc989084b8af8acb1317e23d (patch)
treef01de4958326ab64326462d087e17c80a103716f /actions/newnotice.php
parentbe2efe254eb686c2626e4da1121d75bbea188d65 (diff)
Remove a bunch of extraneous logging statements
darcs-hash:20081211024233-7b5ce-e4911c049adf067f24821f868a27bdf67c324caf.gz
Diffstat (limited to 'actions/newnotice.php')
-rw-r--r--actions/newnotice.php2
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)) {