Skip to content

Commit

Permalink
fix: Removed error log on RecommendedPlugins class
Browse files Browse the repository at this point in the history
  • Loading branch information
devAsadNur committed Jan 16, 2025
1 parent 7064e07 commit 705eb76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/Admin/RecommendedPlugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ function ( $plugin ) {
}
);

error_log( print_r( $recommended_plugins, 1 ) );
return apply_filters( 'dokan_recommended_inactive_plugins', $recommended_plugins );
}
}

0 comments on commit 705eb76

Please sign in to comment.