1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-18 20:08:06 +00:00

do not print Steamdeck check debug

This commit is contained in:
Zeno Rogue
2025-12-05 13:15:59 +01:00
parent 501f2e6025
commit 861dd0c57e

View File

@@ -1091,7 +1091,6 @@ EX void initConfig() {
fhstream f("/sys/devices/virtual/dmi/id/board_name", "rt");
if(f.f) {
string s = scanline_noblank(f);
println(hlog, "got '", s, "'");
bool deck = s.find("Jupiter") != string::npos;
if(deck) {
centered_menus = true;