remove log

This commit is contained in:
ackimixs
2024-04-11 17:48:40 +02:00
parent f3bf88ce3d
commit 054be2f8bb

View File

@@ -13,7 +13,6 @@ int main(int argc, char* argv[]) {
while (true) {
std::string message;
std::cout << "Enter message ('quit' to exit): ";
std::getline(std::cin, message);
if (message == "quit") {