Ignore /debug on host
[jscl.git] / src / compat.lisp
index d682604..aeabc42 100644 (file)
@@ -46,4 +46,5 @@
     (apply #'concatenate 'string strs)))
 
 (defun /debug (x)
-  (write-line x))
+  ;; (write-line x)
+  )