summaryrefslogtreecommitdiff
path: root/ggml-rpc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ggml-rpc.cpp')
-rw-r--r--ggml-rpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ggml-rpc.cpp b/ggml-rpc.cpp
index efeacb29..ba392009 100644
--- a/ggml-rpc.cpp
+++ b/ggml-rpc.cpp
@@ -28,7 +28,7 @@
#define UNUSED GGML_UNUSED
-#define GGML_DEBUG 1
+#define GGML_DEBUG 0
#if (GGML_DEBUG >= 1)
#define GGML_PRINT_DEBUG(...) printf(__VA_ARGS__)
#else