mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 03:32:23 +03:00
Removing debug message
This commit is contained in:
parent
2864de82f9
commit
d313a11412
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user