(ns omgnata.prod (:require [omgnata.core :as core])) ;;ignore println statements in prod (set! *print-fn* (fn [& _])) (core/init! true)