Skip to content

Commit 4bd8a5d

Browse files
committed
...
1 parent cdff26b commit 4bd8a5d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/_StringProcessing/Compiler.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ class Compiler {
4444
__consuming func emitViaList() throws -> MEProgram {
4545
// TODO: Handle global options
4646
let dslList = DSLList(tree: tree)
47-
for (n, el) in dslList.nodes.enumerated() {
48-
print("\(n): \(el)")
49-
}
5047
var codegen = ByteCodeGen(
5148
options: options,
5249
compileOptions:

0 commit comments

Comments
 (0)