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

Commit 05120c8

Browse files
author
nturgut
committed
remove logs from the window class
1 parent a158b81 commit 05120c8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/web_ui/lib/src/engine/window.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,6 @@ class EngineWindow extends ui.Window {
138138
width = html.window.innerWidth! * devicePixelRatio;
139139
}
140140

141-
final int height2 = html.window.innerHeight ?? 0;
142-
final int width2 = html.window.innerWidth ?? 0;
143-
print('height width: $height2 $width2 semantics windowww $devicePixelRatio');
144-
145141
// This method compares the new dimensions with the previous ones.
146142
// Return false if the previous dimensions are not set.
147143
if (_physicalSize != null) {

0 commit comments

Comments
 (0)