remove debug printf

This commit is contained in:
Gabor Kiss-Vamosi
2018-03-04 17:56:32 +01:00
parent eb376899ce
commit 7b20da2276

View File

@@ -85,8 +85,6 @@ void lv_math_num_to_str(int32_t num, char * buf)
}
(*buf) = '\0';
printf("Input decimal or binary: %d\nOutput BCD: %X\nOutput str: %s\n", num, output, buf_ori);
}
/**********************