Remove leftover debug trace

This commit is contained in:
Vidar Holen 2017-04-15 13:44:01 -07:00
parent 3a38c50b8e
commit 4f9a80db15
1 changed files with 1 additions and 1 deletions

View File

@ -2243,7 +2243,7 @@ checkUnpassedInFunctions params root =
_ -> False _ -> False
isPositionalReference function x = isPositionalReference function x =
case x of case x of
Reference (_, t, str) -> isPositional (lt str) && t `isDirectChildOf` function Reference (_, t, str) -> isPositional str && t `isDirectChildOf` function
_ -> False _ -> False
isDirectChildOf child parent = fromMaybe False $ do isDirectChildOf child parent = fromMaybe False $ do