Skip to content

Commit da2952e

Browse files
Remove unnecessery error loging
1 parent a31573b commit da2952e

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

release/fsharp.configuration.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"comments": {
3-
"lineComment": "//",
4-
"blockComment": [ "(*", "*)" ]
5-
},
6-
"brackets": [
7-
["<@@", "@@>"],
8-
["(|", "|)"],
9-
["[<",">]"],
10-
["[|", "|]"],
11-
["{", "}"],
12-
["[", "]"],
13-
["(", ")"],
14-
["\"", "\""],
15-
["(*", "*)"],
16-
["<@", "@>"]
17-
]
2+
"comments": {
3+
"lineComment": "//",
4+
"blockComment": [ "(*", "*)" ]
5+
},
6+
"brackets": [
7+
["<@@", "@@>"],
8+
["(|", "|)"],
9+
["[<",">]"],
10+
["[|", "|]"],
11+
["{", "}"],
12+
["[", "]"],
13+
["(", ")"],
14+
["\"", "\""],
15+
["(*", "*)"],
16+
["<@", "@>"]
17+
]
1818
}

src/Core/LanguageService.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ module LanguageService =
3232
else res
3333
with
3434
| ex ->
35-
Browser.console.error ex
3635
null |> unbox
3736
)
3837

0 commit comments

Comments
 (0)