Skip to content

Commit 1d21283

Browse files
committed
remove debug line
1 parent 4059f4c commit 1d21283

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pixie/ffi-infer.pxi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ return 0;
9797

9898
(defmethod edn-to-ctype :pointer
9999
[{:keys [of-type] :as ptr} in-struct?]
100-
(println ptr in-struct?)
101100
(cond
102101
(and (= (:size of-type) 1)
103102
(= (:type of-type) :int)

0 commit comments

Comments
 (0)