projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Lots of clean-ups and simplifications
[invirt/third/libt4.git]
/
rpc
/
jsl_log.cc
diff --git
a/rpc/jsl_log.cc
b/rpc/jsl_log.cc
index
de02fc2
..
9399b09
100644
(file)
--- a/
rpc/jsl_log.cc
+++ b/
rpc/jsl_log.cc
@@
-1,9
+1
@@
-#include "jsl_log.h"
-
int JSL_DEBUG_LEVEL = 0;
-void
-jsl_set_debug(int level) {
- JSL_DEBUG_LEVEL = level;
-}
-
-