remove debug statement

This commit is contained in:
Philippe Teuwen 2020-06-18 17:55:09 +02:00
parent 0c17413a96
commit 35cfd4931f

View file

@ -477,7 +477,6 @@ static void set_my_user_directory(void) {
free(cwd_buffer); free(cwd_buffer);
return; return;
} }
PrintAndLogEx(NORMAL, "Len... %d", pathLen);
} }
if (!error) { if (!error) {