server : no need to repeat log in comment

This commit is contained in:
Georgi Gerganov 2024-02-24 15:04:24 +02:00
parent f23aa90994
commit 84df4b58d9
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -304,7 +304,6 @@ struct llama_server_queue {
void start_loop() { void start_loop() {
running = true; running = true;
while (true) { while (true) {
// new task will arrive
LOG_VERBOSE("new task may arrive", {}); LOG_VERBOSE("new task may arrive", {});
{ {
while (true) while (true)