GUI: remove debug

This commit is contained in:
tildearrow 2023-08-12 04:12:10 -05:00
parent 984a3b7450
commit 6d1df99254
1 changed files with 1 additions and 1 deletions

View File

@ -1608,7 +1608,7 @@ void FurnaceGUI::drawSampleEdit() {
}
posY=(0.5-pos.y/rectSize.y)*((sample->depth==DIV_SAMPLE_DEPTH_8BIT)?255:32767);
if (posX>=0) {
statusBar2=fmt::sprintf("(%d, %d) $%.2x",posX,posY,((unsigned char*)sample->getCurBuf())[posX]);
statusBar2=fmt::sprintf("(%d, %d)",posX,posY);
}
}