Remove debug print
This commit is contained in:
parent
3f1aa54a0b
commit
38c9cedd81
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ int main(void) {
|
|||
formatted_chat.resize(res);
|
||||
std::string output(formatted_chat.data(), formatted_chat.size());
|
||||
std::cout << output << "\n-------------------------\n";
|
||||
std::cout << expected << "\n-------------------------\n";
|
||||
assert(output == expected);
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue