diff --git a/examples/server/server.cpp b/examples/server/server.cpp index 847e20ca2..6dda5e36b 100644 --- a/examples/server/server.cpp +++ b/examples/server/server.cpp @@ -390,7 +390,6 @@ struct llama_server_context // compare the evaluated prompt with the new prompt n_past = common_part(embd, prompt_tokens); - printf("n_past: %d\n", n_past); embd = prompt_tokens; if (n_past == num_prompt_tokens) {