Skip to content

Commit

Permalink
[Z80] Remnove debug info from Signals::print
Browse files Browse the repository at this point in the history
  • Loading branch information
tgtakaoka committed Jun 16, 2024
1 parent 2244e14 commit 53b7953
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion debugger/z80/signals_z80.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ void Signals::inputMode() const {
}

void Signals::print() const {
cli.printDec(pos(), -4);
// 01234567890123
static constexpr char line[] = "R A=xxxx D=xx";
static auto &buffer = *new CharBuffer(line);
Expand Down

0 comments on commit 53b7953

Please sign in to comment.