Lots of clean-ups and simplifications
[invirt/third/libt4.git] / rpc / jsl_log.cc
index de02fc2..9399b09 100644 (file)
@@ -1,9 +1 @@
-#include "jsl_log.h"
-
 int JSL_DEBUG_LEVEL = 0;
-void
-jsl_set_debug(int level) {
-    JSL_DEBUG_LEVEL = level;
-}
-
-