Remove debug method

This commit is contained in:
Alvaro Muñoz
2024-05-08 22:32:11 +02:00
parent fafb44d4f6
commit e8f2bc3ef6

View File

@@ -295,5 +295,3 @@ private class InputTree extends LeafTree instanceof Input { }
private class ScalarValueLeaf extends LeafTree instanceof ScalarValue { }
private class ExpressionLeaf extends LeafTree instanceof Expression { }
predicate test(ScalarValueLeaf f) { any() }