removing debugging

This commit is contained in:
Jorj Bauer 2020-07-04 16:37:03 -04:00
parent cf484cf302
commit 6935126c80
1 changed files with 0 additions and 3 deletions

View File

@ -52,9 +52,6 @@ Woz::Woz(bool verbose, uint8_t dumpflags)
memset(&di, 0, sizeof(diskInfo));
memset(&tracks, 0, sizeof(tracks));
randPtr = 0;
#ifdef TEENSYDUINO
this->verbose = 1;
#endif
}
Woz::~Woz()