Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenkword committed Apr 30, 2014
1 parent da86bcd commit ebe16c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions inc/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,8 @@ function action_ajax_bpaf_suggest_global_friend() {
'exclude' => $global_friend_user_ids,
) );

//var_dump( $user_query );

// Get the results from the query, returning the first user
$users = $user_query->get_results();
//var_dump( $users );

$user_ids = array();
foreach( $users as $user ) {
Expand Down

0 comments on commit ebe16c3

Please sign in to comment.