Skip to content

Commit 6f567e0

Browse files
committed
remove debug message
1 parent 70b0ad3 commit 6f567e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/cc-global-network/admin/user-application-page.php

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ function ccgn_application_users_page_vote_responses ( $applicant_id ) {
5252
$result = '';
5353
$votes = ccgn_application_votes ( $applicant_id );
5454
foreach ($votes as $vote) {
55-
//echo '<pre>'; print_r($vote); echo '</pre>';
5655
$voter = get_user_by('ID', $vote['created_by']);
5756
$reason = $vote[ CCGN_GF_VOTE_APPROVE_MEMBERSHIP_APPLICATION_REASON ];
5857
$result .= '<div class="ccgn-box applicant">';

0 commit comments

Comments
 (0)