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