From: David Vázquez Date: Sun, 7 Jul 2013 11:56:36 +0000 (+0200) Subject: Ignore /debug on host X-Git-Url: http://repo.macrolet.net/gitweb/?p=jscl.git;a=commitdiff_plain;h=4bdb55688ed34edd92f10defe1d98f51631b58e7 Ignore /debug on host --- diff --git a/src/compat.lisp b/src/compat.lisp index d682604..aeabc42 100644 --- a/src/compat.lisp +++ b/src/compat.lisp @@ -46,4 +46,5 @@ (apply #'concatenate 'string strs))) (defun /debug (x) - (write-line x)) + ;; (write-line x) + )