remove debug text

This commit is contained in:
iceman1001
2026-04-05 22:30:54 +07:00
parent 0285c4d771
commit aa1c1510fd
-1
View File
@@ -104,7 +104,6 @@ uint8_t g_tearoff_skip = 0;
int tearoff_hook(void) {
if (g_tearoff_enabled == false) {
Dbprintf("no tear off");
return PM3_SUCCESS;
}