Skip to content

Commit 610cab4

Browse files
committed
rm stray printf
1 parent a18705a commit 610cab4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/server/utils.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,6 @@ struct server_tokens {
11351135
} else if (tokens.back() != LLAMA_TOKEN_NULL) {
11361136
return pos.back() + 1;
11371137
} else {
1138-
printf("%s", str().c_str());
11391138
// find the last media chunk
11401139
GGML_ASSERT(has_mtmd);
11411140
GGML_ASSERT(!map_idx_to_media.empty());

0 commit comments

Comments
 (0)