remove unnecessary log
This commit is contained in:
parent
bf0daf49d6
commit
558cd1d631
1 changed files with 0 additions and 1 deletions
|
@ -1569,7 +1569,6 @@ struct llama_server_context
|
||||||
llama_client_slot *slot = get_slot(json_value(task.data, "slot_id", -1));
|
llama_client_slot *slot = get_slot(json_value(task.data, "slot_id", -1));
|
||||||
if (slot == nullptr)
|
if (slot == nullptr)
|
||||||
{
|
{
|
||||||
LOG_TEE("slot unavailable\n");
|
|
||||||
// if no slot is available, we defer this task for processing later
|
// if no slot is available, we defer this task for processing later
|
||||||
deferred_tasks.push_back(task);
|
deferred_tasks.push_back(task);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue