Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ale
imms
Commits
ccc6be2d
Commit
ccc6be2d
authored
Jan 23, 2015
by
ale
Browse files
remove noisy debug statement
parent
d18a8c6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
comparemany.cc
View file @
ccc6be2d
...
...
@@ -32,7 +32,6 @@ imms_features_t analyze_file(char *path) {
imms_stream_analyzer_process
(
analyzer
,
buf
,
l
);
}
fclose
(
fd
);
printf
(
"read %d bytes
\n
"
,
n
);
// Analyze the resulting data.
imms_features_t
f
=
imms_stream_analyzer_get_result
(
analyzer
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment