Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 1b75a1c

Browse files
committed
remove debuggin code
1 parent 1d61c18 commit 1b75a1c

File tree

2 files changed

+0
-124
lines changed

2 files changed

+0
-124
lines changed

includes/class-mf2-debugger.php

Lines changed: 0 additions & 120 deletions
This file was deleted.

semantic-linkbacks.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ public static function init() {
4343
if ( version_compare( phpversion(), 5.3, '>=' ) ) {
4444
require_once( dirname( __FILE__ ) . '/includes/class-linkbacks-mf2-handler.php' );
4545
add_action( 'init', array( 'Linkbacks_MF2_Handler', 'init' ) );
46-
if ( WP_DEBUG ) {
47-
require_once( dirname( __FILE__ ) . '/includes/class-mf2-debugger.php' );
48-
add_action( 'init', array( 'MF2_Debugger', 'init' ) );
49-
}
5046
}
5147

5248
if ( version_compare( get_bloginfo( 'version' ), '4.7.1', '<' ) ) {

0 commit comments

Comments
 (0)