Skip to content

Commit f233749

Browse files
committed
Removed console logging.
1 parent 6f769b4 commit f233749

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/RMAD/OperationGraphVisitor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ private async Task Traverse(IOperationBase node)
128128
return;
129129
}
130130

131-
Console.WriteLine($"Visitor {this.Id} visiting node {node.SpecificId}");
132-
133131
node.InitializeLock();
134132
node.VisitedCount++;
135133

0 commit comments

Comments
 (0)