Skip to content

Commit 503b51b

Browse files
committed
remove debug info
1 parent 4a56110 commit 503b51b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libraries/Maix_Speech_Recognition/src/Maix_Speech_Recognition.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ SpeechRecognizer::begin()
118118
int
119119
SpeechRecognizer::record(uint8_t keyword_num, uint8_t model_num)
120120
{
121-
Serial.printf("debug: in record\n");
122121
if (keyword_num > 10) return -1;
123122
if (model_num > 4) return -2;
124123

@@ -186,7 +185,6 @@ uint8_t SpeechRecognizer::save_mdl(uint16_t *v_dat, uint32_t addr)
186185
{
187186
u16 i, num;
188187
u16 frame_index;
189-
Serial.printf("debug: in save_mdl\n");
190188
get_noise1:
191189
frame_index = 0;
192190
num = atap_len / frame_mov;

0 commit comments

Comments
 (0)