From 4bdb55688ed34edd92f10defe1d98f51631b58e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20V=C3=A1zquez?= Date: Sun, 7 Jul 2013 13:56:36 +0200 Subject: [PATCH] Ignore /debug on host --- src/compat.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) + ) -- 1.7.10.4