Skip to content

Commit 4a07c04

Browse files
committed
Remove error_log
1 parent a68ebd6 commit 4a07c04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

inc/3rd-party/plugins/sf-move-login.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ function rocket_add_sfml_exclude_pages( $urls ) {
3333
}
3434

3535
$sfml_slugs = sfml_get_slugs();
36-
error_log( print_r( $sfml_slugs, true ) );
3736
$sfml_slugs = array_map( 'home_url', $sfml_slugs );
3837
$sfml_slugs = array_map( 'trailingslashit', $sfml_slugs );
3938
$sfml_slugs = array_map( 'rocket_clean_exclude_file', $sfml_slugs );

0 commit comments

Comments
 (0)