debug removed

This commit is contained in:
Zeno Rogue 2017-10-29 14:20:51 +01:00
parent 9212ca0e7c
commit 937fdb3d81
1 changed files with 0 additions and 8 deletions

View File

@ -774,14 +774,6 @@ void describeMouseover() {
if(isWarped(c))
help += s0 + "\n\n" + warpdesc;
}
if(c && c->master->alt) {
char buf[100];
sprintf(buf, " [alt=%p]", c->master->alt->alt);
out += " ALT " + its(celldistAlt(c));
out += buf;
}
#if CAP_ROGUEVIZ
rogueviz::describe(c);