Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 7e8fefe

Browse files
authored
[web] Drop noisy prints from bootstrapping logic (#51097)
Fixes flutter/flutter#143976
1 parent e4a0b79 commit 7e8fefe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/web_ui/lib/ui_web/src/ui_web/initialization.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,9 @@ Future<void> bootstrapEngine({
4747
final FlutterLoader? loader = flutter?.loader;
4848
if (loader == null || loader.isAutoStart) {
4949
// The user does not want control of the app, bootstrap immediately.
50-
domWindow.console.debug('Flutter Web Bootstrap: Auto.');
5150
await bootstrap.autoStart();
5251
} else {
5352
// Yield control of the bootstrap procedure to the user.
54-
domWindow.console.debug('Flutter Web Bootstrap: Programmatic.');
5553
loader.didCreateEngineInitializer(bootstrap.prepareEngineInitializer());
5654
}
5755
}

0 commit comments

Comments
 (0)