Skip to content

Commit

Permalink
Remove (prn :boom)
Browse files Browse the repository at this point in the history
  • Loading branch information
FiV0 committed Aug 14, 2023
1 parent 0d98bd5 commit d821cda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/clojure/xtdb/vector/writer.clj
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@
(-> ^IRowCopier (aget copier-mapping type-id)
(.copyRow (.getOffset src-vec src-idx))))
(catch Throwable t
(prn :boom)
(throw t)))))))

(defn- vec->duv-copier ^xtdb.vector.IRowCopier [^IVectorWriter dest-col, ^ValueVector src-vec]
Expand Down

0 comments on commit d821cda

Please sign in to comment.