Skip to content

Commit 692a8e0

Browse files
committed
latest no comments
1 parent 122a815 commit 692a8e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NetCore2Blockly/NetCore2Blockly/BlocklyActionRegisterFilter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public void OnActionExecuting(ActionExecutingContext context)
8282
block.Append($"</value>");
8383
}
8484
block.Append("</block>");
85-
Console.WriteLine(block);
85+
//Console.WriteLine(block);
8686
}
8787
}
8888
//class BlocklyRegisterMiddleware : IMiddleware

0 commit comments

Comments
 (0)