Skip to content

Commit

Permalink
Remove debug outputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
GGG-KILLER committed Feb 2, 2024
1 parent 02c9255 commit 93370d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.

This file was deleted.

3 changes: 1 addition & 2 deletions Tsu.Trees.RedGreen/sample/Tree.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ namespace Tsu.Trees.RedGreen.Sample.Internal
CreateRewriter = true,
CreateVisitors = true,
CreateWalker = true,
CreateLists = true,
DebugDump = true)]
CreateLists = true)]
internal abstract partial class GreenNode
{
// Stub to be filled in by codegen
Expand Down

0 comments on commit 93370d1

Please sign in to comment.