Skip to content

Commit 8791205

Browse files
natebiggsCommit Queue
authored andcommitted
[ddc] Remove print from expression compiler.
Change-Id: I14d1428310b3075ed43c492ead2bd20f734ff974 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/400480 Auto-Submit: Nate Biggs <[email protected]> Commit-Queue: Srujan Gaddam <[email protected]> Reviewed-by: Srujan Gaddam <[email protected]>
1 parent 6cc9efe commit 8791205

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/dev_compiler/lib/src/kernel/expression_compiler.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ class ExpressionCompiler {
155155
// '$36' in JS. We do a similar expansion here to normalize the names.
156156
final jsNamePrefix =
157157
js_ast.toJSIdentifier(dartName).replaceAll('\$', '\\\$');
158-
print(jsNamePrefix);
159158
final regexp = RegExp(r'^' + jsNamePrefix + r'(\$[0-9]*)?$');
160159
for (var i = 0; i < jsNames.length; i++) {
161160
final jsName = jsNames[i];

0 commit comments

Comments
 (0)