Skip to content

Commit 7f4770a

Browse files
committed
Remove unused log function
1 parent 60c962e commit 7f4770a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

psci.el

-4
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@
8383

8484
;; private functions
8585

86-
(defun psci/log (msg)
87-
"Log MSG for psci."
88-
(message (format "psci - %s" msg)))
89-
9086
(defun psci/--project-root! ()
9187
"Determine the project's root folder.
9288
Beware, can return nil if no .psci file is found."

0 commit comments

Comments
 (0)