Skip to content

Commit

Permalink
remove stray debug.log
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Dec 17, 2024
1 parent b3b79e2 commit c81bc07
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Ucm/Workspace/WorkspacePanes.elm
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,6 @@ focusLeft model =

openDefinition : Config -> Model -> Reference -> ( Model, Cmd Msg )
openDefinition config model ref =
let
x =
Debug.log "focused" model.focusedPane
in
case model.focusedPane of
LeftPaneFocus _ ->
let
Expand Down

0 comments on commit c81bc07

Please sign in to comment.