We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4059f4c commit 1d21283Copy full SHA for 1d21283
1 file changed
pixie/ffi-infer.pxi
@@ -97,7 +97,6 @@ return 0;
97
98
(defmethod edn-to-ctype :pointer
99
[{:keys [of-type] :as ptr} in-struct?]
100
- (println ptr in-struct?)
101
(cond
102
(and (= (:size of-type) 1)
103
(= (:type of-type) :int)
0 commit comments