mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Merge pull request #216 from JFreegman/master
remove debugging printf statement
This commit is contained in:
commit
c558cb63f6
|
@ -61,9 +61,7 @@ void print_friendlist()
|
|||
new_lines("[i] Friend List:");
|
||||
uint32_t i;
|
||||
for (i = 0; i <= num_requests; i++) {
|
||||
printf ("num_resusts: %d\n", num_requests);
|
||||
char fstring[128];
|
||||
|
||||
getname(i, (uint8_t*)name);
|
||||
if (strlen(name) <= 0) {
|
||||
sprintf(fstring, "[i] Friend: NULL\n\tid: %i", i);
|
||||
|
|
Loading…
Reference in New Issue
Block a user