Skip to content

Commit

Permalink
Correction to debug log labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxcarlson committed Jun 6, 2024
1 parent 644ea7e commit 53216f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Install/Function.elm
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ declarationVisitor context config declaration =
(Install.Library.getExpressionFromString context confg.functionImplementation)
== Just Normalize.ConfirmedEquality
|> not
|> Debug.log "@@isNotImplemented2 (1)"
|> Debug.log "@@isNotImplemented (1)"

-- The ranges of the current function expression and the
-- replacement expression are different
Expand All @@ -126,7 +126,7 @@ declarationVisitor context config declaration =
(f.declaration |> Node.value |> .expression |> Just |> Maybe.map Node.range)
(Install.Library.getExpressionFromString context confg.functionImplementation |> Maybe.map Node.range)
|> (\x -> x == Just False)
|> Debug.log "@@isNotImplemented2 (2)"
|> Debug.log "@@isNotImplemented (2)"
in
if name == config.functionName && isInCorrectModule then
if isNotImplemented2 function config then
Expand Down

0 comments on commit 53216f4

Please sign in to comment.