]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Removed debugging statements I accidentally left in deletenotice.php
authorZach Copley <zach@controlyourself.ca>
Fri, 6 Feb 2009 00:21:23 +0000 (16:21 -0800)
committerZach Copley <zach@controlyourself.ca>
Fri, 6 Feb 2009 00:21:23 +0000 (16:21 -0800)
actions/deletenotice.php

index fc4a74eac97e52f49bd3717977c7a03f8bbc7e95..d4b8e50e5e4cd5e397cec27f1279e35d9937ef8e 100644 (file)
@@ -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 {