Skip to content

Commit

Permalink
remove pprint.log
Browse files Browse the repository at this point in the history
  • Loading branch information
kasiaMarek authored and tgodzik committed Dec 14, 2024
1 parent 50373f3 commit cea0466
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ final class InlayHintResolveProvider(
try {
val (uri, labelParts) =
InlayHints.fromData(inlayHint.getData().asInstanceOf[JsonElement])
pprint.log(uri)
val path = uri.toAbsolutePath
pprint.log(labelParts)
resolve(inlayHint, getLabelParts(inlayHint).zip(labelParts), path, token)
} catch {
case error: Throwable =>
Expand Down

0 comments on commit cea0466

Please sign in to comment.