Skip to content

Commit

Permalink
Rm dev testing
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Mar 7, 2013
1 parent 719f154 commit f57e792
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion safe-report-comments.php
Expand Up @@ -249,7 +249,6 @@ public function mark_comment_moderated( $comment ) {
*/
public function already_flagged( $comment_id ) {

return false;
// check if cookies are enabled and use cookie store
if( isset( $_COOKIE[ TEST_COOKIE ] ) ) {
if ( isset( $_COOKIE[ $this->_storagecookie ] ) ) {
Expand Down

0 comments on commit f57e792

Please sign in to comment.