diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-02-05 16:21:23 -0800 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-02-05 16:21:23 -0800 |
commit | d51be320caf9371d3b45b231e7c6de61c67d9068 (patch) | |
tree | dd9d7602ea1f425e9d6b32a2f5e82bab3b15b06f | |
parent | ab82978b2d67545a9cd7bfc80837798212cff31b (diff) |
Removed debugging statements I accidentally left in deletenotice.php
-rw-r--r-- | actions/deletenotice.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/actions/deletenotice.php b/actions/deletenotice.php index fc4a74eac..d4b8e50e5 100644 --- a/actions/deletenotice.php +++ b/actions/deletenotice.php @@ -134,10 +134,6 @@ class DeletenoticeAction extends DeleteAction $url = common_get_returnto(); - - $urlval = ($url) ? $url : 'null'; - common_debug("deleteNotice() - returnto url = $urlval"); - if ($url) { common_set_returnto(null); } else { |