Skip to content

Commit

Permalink
Remove debug print from Android DisplayServer.screen_get_scale impl…
Browse files Browse the repository at this point in the history
…ementation

(cherry picked from commit 42b0e91)
  • Loading branch information
rcadena authored and akien-mga committed Sep 16, 2024
1 parent bfda46b commit 8db3f1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion platform/android/display_server_android.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ float DisplayServerAndroid::screen_get_scale(int p_screen) const {
screen_scale = MIN(screen_scale, MIN(width_scale, height_scale));
}

print_line("Selected screen scale: ", screen_scale);
return screen_scale;
}

Expand Down

0 comments on commit 8db3f1a

Please sign in to comment.