Browse Source

remove finsh get char error print

ZYH 6 years ago
parent
commit
1030004e78
1 changed files with 0 additions and 2 deletions
  1. 0 2
      components/finsh/shell.c

+ 0 - 2
components/finsh/shell.c

@@ -297,7 +297,6 @@ static void finsh_wait_auth(void)
                 ch = finsh_getchar();
                 if (ch < 0)
                 {
-                    rt_kprintf("finsh getchar error\n");
                     continue;
                 }
 
@@ -510,7 +509,6 @@ void finsh_thread_entry(void *parameter)
         ch = finsh_getchar();
         if (ch < 0)
         {
-            rt_kprintf("finsh getchar error\n");
             continue;
         }