Commit b334280806104ee7f7d3aec666bf7e08d2f89b31

Thomas de Grivel 2020-04-11T18:53:49

remove unused lines

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/debug.lisp b/debug.lisp
index 599988f..c948618 100644
--- a/debug.lisp
+++ b/debug.lisp
@@ -42,7 +42,3 @@
 	      (pushnew (the symbol ,what) *debug*)
 	      (setq *debug* (remove (the symbol ,what) *debug*)))
 	  ,value))
-
-(debug-p (or (and :macros :xor) :lisp :lol))
-
-(setf (debug-p :lol) nil)