Skip to content
Snippets Groups Projects
Commit 90f840d2 authored by wlott's avatar wlott
Browse files

Removed debugging format that got left behind.

parent 48d97225
No related branches found
No related tags found
No related merge requests found
......@@ -270,8 +270,6 @@
:low (when n-low (ash n-low shift))
:high (when n-high (ash n-high shift))))
(let ((s-type (continuation-type shift)))
(format *trace-output* "~&n-type: ~S~%s-type: ~S~%"
n-type s-type)
(when (numeric-type-p s-type)
(let ((s-low (numeric-type-low s-type))
(s-high (numeric-type-high s-type)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment