Skip to content

Commit 0412772

Browse files
committed
remove debug output
1 parent c049fb5 commit 0412772

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ElementFactoryGenerator/ElementFactory.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
[Generator]
1010
public class ElementFactoryGenerator : IIncrementalGenerator
1111
{
12-
public static StringBuilder ToplevelDebugBuilder = new();
13-
1412
public void Initialize(IncrementalGeneratorInitializationContext context)
1513
{
1614
var provider = context.SyntaxProvider.CreateSyntaxProvider(
@@ -160,7 +158,6 @@ public class ElementFactory : Datamodel.Codecs.IElementFactory
160158
};
161159
"""");
162160

163-
context.AddSource("debugoutput.g.cs", ToplevelDebugBuilder.ToString());
164161
context.AddSource("ElementFactory.g.cs", elementFactory.ToString());
165162
}
166163

0 commit comments

Comments
 (0)