Removing debug message

This commit is contained in:
Jaroslav Tulach 2024-10-20 10:54:50 +02:00
parent 2864de82f9
commit d313a11412

View File

@ -210,7 +210,6 @@ public class MethodRootNode extends ClosureRootNode {
final ExpressionNode replaceItself() {
try {
ExpressionNode newNode = replace(provider.get());
System.err.println("Node inserted: " + newNode.getEncapsulatingSourceSection());
notifyInserted(newNode);
return newNode;
} catch (CompilerError abnormalException) {