Skip to content

Commit

Permalink
Remove a debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
amieiro committed Nov 4, 2024
1 parent 27715e8 commit 436cd25
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions WordPress/Sniffs/WP/I18nSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -839,13 +839,6 @@ private function check_string_has_no_leading_trailing_spaces( $matched_content,
array( $param_info['clean'] )
);
}

if ('cadena' == $param_info['raw']) {
fwrite(STDERR, "\n" . '$matched_content: ' . print_r($matched_content, TRUE));
fwrite(STDERR, "\n" . '$param_name: ' . print_r($param_name, TRUE));
fwrite(STDERR, "\n" . '$param_info: ' . print_r($param_info, TRUE));
exit(1);
}
}

/**
Expand Down

0 comments on commit 436cd25

Please sign in to comment.