Skip to content
Snippets Groups Projects
Commit bdfb2ad4 authored by cms's avatar cms
Browse files

remove a debugging format

old habits die hard
parent ec009a78
Branches
Tags
1 merge request!4Broader tests
......@@ -56,7 +56,6 @@
(if (equal now (slot-value last 'time))
(incf (slot-value u 'random))
(progn
(format t "~a~%" random)
(setf u (make-ulid :time now :random (funcall random +80-bit-maxint+)))
(setf last u)))
(let ((bytes (ulid->bytes-seq u)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment