diff --git a/armsrc/appmain.c b/armsrc/appmain.c index 4a73b1b43..7e06820f3 100644 --- a/armsrc/appmain.c +++ b/armsrc/appmain.c @@ -103,9 +103,7 @@ uint8_t g_tearoff_skip = 0; int tearoff_hook(void) { - Dbprintf(" tear off"); if (g_tearoff_enabled == false) { - Dbprintf(" no tear off"); return PM3_SUCCESS; }