Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 948f1d7

Browse files
committed
Remove unused clj-stacktrace requires
clj-stacktrace is used just for displaying cleaner stacktraces in exception/clean-trace
1 parent 7ea8638 commit 948f1d7

4 files changed

Lines changed: 2 additions & 6 deletions

File tree

lein-light-nrepl/src/lighttable/nrepl/cljs.clj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
(ns lighttable.nrepl.cljs
2-
(:require [clj-stacktrace.repl :as stack]
3-
[clojure.pprint :refer [pprint]]
2+
(:require [clojure.pprint :refer [pprint]]
43
[clojure.test :as test]
54
[clojure.string :as string]
65
[lighttable.nrepl.fs :as fs]

lein-light-nrepl/src/lighttable/nrepl/core.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
[clojure.tools.nrepl.misc :refer [response-for returning]]
77
[clojure.tools.nrepl.middleware :refer [set-descriptor!]]
88
[cheshire.core :as cheshire]
9-
[clj-stacktrace.repl :refer [pst+]]
109
[lighttable.nrepl.fs :as fs]
1110
[clojure.repl :as repl]))
1211

lein-light-nrepl/src/lighttable/nrepl/eval.clj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
(ns lighttable.nrepl.eval
2-
(:require [clj-stacktrace.repl :as stack]
3-
[clojure.pprint :refer [pprint]]
2+
(:require [clojure.pprint :refer [pprint]]
43
[clojure.test :as test]
54
[lighttable.nrepl.core :as core]
65
[lighttable.nrepl.exception :as exception]

lein-light-nrepl/src/lighttable/nrepl/handler.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
[lighttable.nrepl.cljs :as cljs]
1212
[lighttable.nrepl.doc :as doc]
1313
lighttable.nrepl.auto-complete
14-
[clj-stacktrace.repl :as stack :refer [pst+]]
1514
[clojure.repl :as repl]))
1615

1716
(defn with-lt-data [msg]

0 commit comments

Comments
 (0)