Skip to content

Commit

Permalink
Removed unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyShiue committed Mar 1, 2024
1 parent a39f306 commit 72cec8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Server/Handler2/Hover.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE LambdaCase #-}

module Server.Handler2.Hover
( handler
Expand All @@ -20,7 +19,6 @@ handler :: Uri -> Position -> (Maybe Hover -> ServerM ()) -> ServerM ()
handler uri position responder = case uriToFilePath uri of
Nothing -> responder Nothing
Just filepath -> do
logText "initialized"
maybeSource <- getSource filepath
case maybeSource of
Nothing -> responder Nothing
Expand Down

0 comments on commit 72cec8b

Please sign in to comment.