diff --git a/hpvm/projects/hpvm-tensor-rt/tensor_runtime/include/debug.h b/hpvm/projects/hpvm-tensor-rt/tensor_runtime/include/debug.h
index 2c9f48203ba5d334e3c9bdd2409250cef47fa43b..49124e9c9948660ca7b14c5b107a055245e9346c 100644
--- a/hpvm/projects/hpvm-tensor-rt/tensor_runtime/include/debug.h
+++ b/hpvm/projects/hpvm-tensor-rt/tensor_runtime/include/debug.h
@@ -3,7 +3,7 @@
 #ifndef RUNTIME_DEBUG
 #define RUNTIME_DEBUG
 
-#define LOG_DEBUG 1 // Sets the debug logging to true
+#define LOG_DEBUG 0 // Sets the debug logging to true
 #define LOG_INFO 1  // Sets the info logging to true
 #define LOG_ERROR 1 // Print Errors
 #define ASSERT_FLAG // Sets assertions to true (opposite of NDEBUG macro)