Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit 2f9ff0a

Browse files
committed
cleanup
1 parent e61bb6c commit 2f9ff0a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/rescript-editor-support/Log.re

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
let out = ref(None);
22

3-
let initial_dest = Filename.concat(Filename.get_temp_dir_name(), "lsp.log");
4-
53
let setLocation = location => {
64
switch (out^) {
75
| None => ()

src/rescript-editor-support/RescriptEditorSupport.re

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ let getInitialState = params => {
4141
Files.mkdirp(rootPath /+ "node_modules" /+ ".lsp");
4242
Log.setLocation(rootPath /+ "node_modules" /+ ".lsp" /+ "debug.log");
4343
Log.log("Hello - from " ++ Sys.executable_name);
44-
Log.log("Previous log location: " ++ Log.initial_dest);
4544

4645
Rpc.sendNotification(
4746
stdout,

0 commit comments

Comments
 (0)