aboutsummaryrefslogtreecommitdiff
path: root/src/cljcc/cljcc.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/cljcc/cljcc.clj')
-rw-r--r--src/cljcc/cljcc.clj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cljcc/cljcc.clj b/src/cljcc/cljcc.clj
index bfecc3b..e687ae9 100644
--- a/src/cljcc/cljcc.clj
+++ b/src/cljcc/cljcc.clj
@@ -11,7 +11,6 @@
(let [input-file-path (first args)]
(try
(d/run input-file-path)
- (println "success")
(catch Exception e
(println "Error: " (.getMessage e))
(System/exit 1))