Skip to content

Commit b5b117f

Browse files
author
ochafik
committed
Merge branch 'sync-minja-4' into r1-toolcall
2 parents 438ce0b + 21f2071 commit b5b117f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/chat.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,6 @@ static common_chat_msg common_chat_parse_content_only(const std::string & input)
10081008
}
10091009

10101010
common_chat_msg common_chat_parse(const std::string & input, common_chat_format format) {
1011-
LOG_DBG("[%s] format=%s, input:\n%s\n", __func__, common_chat_format_name(format).c_str(), input.c_str());
10121011
switch (format) {
10131012
case COMMON_CHAT_FORMAT_CONTENT_ONLY:
10141013
return common_chat_parse_content_only(input);

0 commit comments

Comments
 (0)