Skip to content
Snippets Groups Projects
Commit ccc6be2d authored by ale's avatar ale
Browse files

remove noisy debug statement

parent d18a8c6f
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,6 @@ imms_features_t analyze_file(char *path) { ...@@ -32,7 +32,6 @@ imms_features_t analyze_file(char *path) {
imms_stream_analyzer_process(analyzer, buf, l); imms_stream_analyzer_process(analyzer, buf, l);
} }
fclose(fd); fclose(fd);
printf("read %d bytes\n", n);
// Analyze the resulting data. // Analyze the resulting data.
imms_features_t f = imms_stream_analyzer_get_result(analyzer); imms_features_t f = imms_stream_analyzer_get_result(analyzer);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment