330b6240a25c
Kill the hash printer
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 07 Sep 2016 11:36:48 +0000 |
parents | 6d85d8a5d5a2 |
children | 32ee4d3dee2f |
branches/tags | (none) |
files | src/utils.lisp |
Changes
--- a/src/utils.lisp Sun Aug 21 15:26:37 2016 +0000 +++ b/src/utils.lisp Wed Sep 07 11:36:48 2016 +0000 @@ -63,12 +63,6 @@ "session" (fset:lookup message "session")))) -; (defmethod print-object ((object hash-table) stream) -; (format stream "#HASH{~%~{~{ (~s : ~s)~}~%~}}" -; (loop :for key :being :the :hash-keys :of object -; :using (hash-value value) -; :collect (list key value)))) - (defun parse-in-package (in-package) (if (or (null in-package) (string= in-package "")) *package*