Remove some unused debug logging
This commit is contained in:
parent
e84865b18b
commit
4a9a042906
|
|
@ -147,11 +147,7 @@
|
||||||
((equal? type 'uint32) (pointer-ref-c-uint32_t pointer offset))
|
((equal? type 'uint32) (pointer-ref-c-uint32_t pointer offset))
|
||||||
((equal? type 'int64) (pointer-ref-c-int64_t pointer offset))
|
((equal? type 'int64) (pointer-ref-c-int64_t pointer offset))
|
||||||
((equal? type 'uint64) (pointer-ref-c-uint64_t pointer offset))
|
((equal? type 'uint64) (pointer-ref-c-uint64_t pointer offset))
|
||||||
((equal? type 'char)
|
((equal? type 'char) (integer->char (pointer-ref-c-char pointer offset)))
|
||||||
(display "HERE: ")
|
|
||||||
(write pointer)
|
|
||||||
(newline)
|
|
||||||
(integer->char (pointer-ref-c-char pointer offset)))
|
|
||||||
((equal? type 'short) (pointer-ref-c-short pointer offset))
|
((equal? type 'short) (pointer-ref-c-short pointer offset))
|
||||||
((equal? type 'unsigned-short) (pointer-ref-c-unsigned-short pointer offset))
|
((equal? type 'unsigned-short) (pointer-ref-c-unsigned-short pointer offset))
|
||||||
((equal? type 'int) (pointer-ref-c-int pointer offset))
|
((equal? type 'int) (pointer-ref-c-int pointer offset))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue