1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-31 01:37:57 +00:00

fixup: debug removed

This commit is contained in:
Zeno Rogue
2025-05-06 14:14:59 +02:00
parent a32ddbb4f5
commit 74464d9c20

View File

@@ -1425,10 +1425,8 @@ EX namespace gp {
} }
int pattern_value(cell *c) override { int pattern_value(cell *c) override {
println(hlog, "here");
auto c1 = get_mapped(c, 0); auto c1 = get_mapped(c, 0);
return UIU(currentmap->pattern_value(c1)); return UIU(currentmap->pattern_value(c1));
println(hlog, "done");
} }
}; };