From e052ee06a8df85778e587537e9610e961085b59c Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Sun, 10 May 2015 18:39:09 -0400 Subject: [PATCH] removed plugin --- project.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/project.clj b/project.clj index ef130b1..d2fdaba 100644 --- a/project.clj +++ b/project.clj @@ -4,7 +4,6 @@ :jvm-opts ["-XX:-OmitStackTraceInFastThrow"] ; this prevents JVM from doing optimizations which can remove stack traces from NPE and other exceptions :source-paths ["src/clj"] :test-paths ["test/clj"] - :plugins [[lein-nodisassemble "0.1.3"]] :profiles {:dev {:dependencies [[org.clojure/test.check "0.5.9"]]} })