mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
arcm:: removed useless debug
This commit is contained in:
parent
de356a1679
commit
c6ca145d43
@ -1234,10 +1234,6 @@ EX void show() {
|
||||
}
|
||||
else dialog::addBreak(100);
|
||||
|
||||
int s, ss;
|
||||
bool b = current.get_step_values(s, ss);
|
||||
println(hlog, "b=", b, " s=", s, " ss=",ss);
|
||||
|
||||
if(archimedean) {
|
||||
dialog::addSelItem(XLAT("variations"), gp::operation_name(), 'v');
|
||||
dialog::add_action(next_variation);
|
||||
|
Loading…
Reference in New Issue
Block a user