disabled debug of smart shortcuts

This commit is contained in:
Zeno Rogue 2021-12-25 01:36:25 +01:00
parent d1043152dc
commit 99486bfc3c
1 changed files with 2 additions and 1 deletions

View File

@ -758,7 +758,8 @@ EX void look_for_shortcuts(tcell *c, shortcut& sh) {
}
if(tw.at->dist < c->dist) {
println(hlog, "smart shortcut updated ", c->dist, " to ", tw.at->dist);
if(debugflags & DF_GEOM)
println(hlog, "smart shortcut updated ", c->dist, " to ", tw.at->dist);
push_unify(tw, tw0);
}