fix(core): 🐛 remove debug message

This commit is contained in:
alistair3149 2022-11-07 17:37:44 -05:00
parent 91564052e7
commit 4b79b95d15
No known key found for this signature in database

View file

@ -137,7 +137,6 @@ class SkinHooks implements
}
if ( isset( $links['associated-pages'] ) ) {
var_dump( $links['associated-pages'] );
self::updateAssociatedPagesMenu( $sktemplate, $links );
}