Skip to content

Commit

Permalink
Remove error_log
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabrisrp committed Jan 18, 2017
1 parent a68ebd6 commit 4a07c04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inc/3rd-party/plugins/sf-move-login.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ function rocket_add_sfml_exclude_pages( $urls ) {
}

$sfml_slugs = sfml_get_slugs();
error_log( print_r( $sfml_slugs, true ) );
$sfml_slugs = array_map( 'home_url', $sfml_slugs );
$sfml_slugs = array_map( 'trailingslashit', $sfml_slugs );
$sfml_slugs = array_map( 'rocket_clean_exclude_file', $sfml_slugs );
Expand Down

0 comments on commit 4a07c04

Please sign in to comment.