Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 19d6585

Browse files
committedJun 11, 2022
feat(inlayHint): remove log
1 parent 84fa4dd commit 19d6585

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎server/src/server.ts

-2
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,6 @@ function hover(msg: p.RequestMessage) {
306306
function inlayHint(msg: p.RequestMessage) {
307307
const params = msg.params as p.InlayHintParams;
308308
const filePath = fileURLToPath(params.textDocument.uri);
309-
310-
console.log(params);
311309

312310
const response = utils.runAnalysisCommand(
313311
filePath,

0 commit comments

Comments
 (0)
Please sign in to comment.