Skip to content

Commit af99e20

Browse files
committed
fix display err
1 parent 344552d commit af99e20

File tree

3 files changed

+0
-2
lines changed

3 files changed

+0
-2
lines changed

server/bin/transmission.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,6 @@ int recv_dir(int client_fd, const char* user_name, char* cur_dir_id, MYSQL* conn
527527
}
528528
else if (data.data_len == 2)
529529
{
530-
printf("returned\n");
531530
return 0;
532531
}
533532
}

server/bin/user.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ int user_verify(MYSQL* conn, const char* user_name, const char* password)
2323
sprintf(tmp, "%02x", md[i]);
2424
strcat(sha_password, tmp);
2525
}
26-
printf("%s\n", sha_password);
2726
if (strcmp(sha_password, row[2]) == 0)
2827
{
2928
#ifdef _DEBUG

server/server

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)