Skip to content

Commit

Permalink
Remove using wp debug (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBernskiold authored Jan 15, 2022
1 parent 1e16f88 commit 20248c3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ilmenite-cookie-consent.php
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ public static function get_remember_me_duration() {
/**
* Add body classes
*
* @param array $classes
* @param array $classes
*
* @return array
*/
Expand Down Expand Up @@ -346,10 +346,6 @@ public function is_debugging() {
return ILCC_DEBUG;
}

if ( defined( 'WP_DEBUG' ) ) {
return WP_DEBUG;
}

return false;
}

Expand Down

0 comments on commit 20248c3

Please sign in to comment.