Skip to content

Commit 21f2071

Browse files
author
ochafik
committed
Update chat.cpp
1 parent f12e350 commit 21f2071

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
@@ -937,7 +937,6 @@ static common_chat_msg common_chat_parse_content_only(const std::string & input)
937937
}
938938

939939
common_chat_msg common_chat_parse(const std::string & input, common_chat_format format) {
940-
LOG_DBG("[%s] format=%s, input:\n%s\n", __func__, common_chat_format_name(format).c_str(), input.c_str());
941940
switch (format) {
942941
case COMMON_CHAT_FORMAT_CONTENT_ONLY:
943942
return common_chat_parse_content_only(input);

0 commit comments

Comments
 (0)