mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-11 01:55:58 +00:00
8 lines
138 B
Clojure
8 lines
138 B
Clojure
(ns commiteth.app
|
|
(:require [commiteth.core :as core]))
|
|
|
|
;;ignore println statements in prod
|
|
(set! *print-fn* (fn [& _]))
|
|
|
|
(core/init!)
|