Skip to content

Commit dd57f47

Browse files
committed
cleanup
1 parent 373bf34 commit dd57f47

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/printer/printer.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,6 @@ func (p *Printer) getLiteralTextOfNode(node *ast.LiteralLikeNode, sourceFile *as
206206
}
207207
}
208208
}
209-
210-
// !!! Printer option to control whether to terminate unterminated literals
211-
// !!! If necessary, printer option to control whether to preserve numeric separators
212209
if p.emitContext.EmitFlags(node)&EFNoAsciiEscaping != 0 {
213210
flags |= getLiteralTextFlagsNeverAsciiEscape
214211
}

0 commit comments

Comments
 (0)