"vscode:/vscode.git/clone" did not exist on "37d113cce729007558cbb95ebb081d39fa6ebcff"
Commit 0498f7ce authored by Daniel Hiltgen's avatar Daniel Hiltgen
Browse files

Get rid of one-line llama.log

This one log line was triggering a single line llama.log to be generated
in the pwd of the server
parent 738a8d12
...@@ -10,7 +10,6 @@ std::thread ext_server_thread; ...@@ -10,7 +10,6 @@ std::thread ext_server_thread;
void llama_server_init(ext_server_params *sparams, ext_server_resp_t *err) { void llama_server_init(ext_server_params *sparams, ext_server_resp_t *err) {
#if SERVER_VERBOSE != 1 #if SERVER_VERBOSE != 1
LOG_TEE("disabling verbose llm logging\n");
log_disable(); log_disable();
#endif #endif
assert(err != NULL && sparams != NULL); assert(err != NULL && sparams != NULL);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment