Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
Remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
thomotron committed Nov 12, 2019
1 parent 2050b28 commit fd3895e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/svrcapture.c
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,6 @@ int main(int argc, char *argv[])
free(peer_records[i]->sid_prefix); // strdup'd string
free(peer_records[i]); // calloc'd struct
}
printf("Freed %d peer records", peer_count);
} while (0);

return retVal;
Expand Down

0 comments on commit fd3895e

Please sign in to comment.