Skip to content

Commit 1e41e83

Browse files
committed
Remove logger
1 parent 09fb950 commit 1e41e83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/clojure/com/github/clojure_lsp/intellij/workspace_edit.clj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[com.github.clojure-lsp.intellij.editor :as editor]
55
[com.github.clojure-lsp.intellij.file-system :as file-system]
66
[com.github.ericdallo.clj4intellij.app-manager :as app-manager]
7-
[com.github.ericdallo.clj4intellij.logger :as logger]
87
[com.github.ericdallo.clj4intellij.util :as util]))
98

109
(set! *warn-on-reflection* true)
@@ -16,7 +15,6 @@
1615
(defmethod lsp-client/show-document :default [{:keys [project]} {:keys [uri take-focus selection]}]
1716
(app-manager/invoke-later!
1817
{:invoke-fn (fn []
19-
(logger/info "--------->" uri (util/uri->v-file uri))
2018
(let [editor (util/uri->editor uri project (boolean take-focus))]
2119
(.moveToOffset (.getCaretModel editor)
2220
(editor/document+position->offset (:start selection) (.getDocument editor)))))})

0 commit comments

Comments
 (0)