Removed debugging statements I accidentally left in deletenotice.php

This commit is contained in:
Zach Copley 2009-02-05 16:21:23 -08:00
parent ab82978b2d
commit d51be320ca
1 changed files with 0 additions and 4 deletions

View 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 {