removed a testmessage

This commit is contained in:
wybren1971
2021-05-12 10:14:12 +02:00
parent 295325a20b
commit 5dad5de548

View File

@@ -61,9 +61,6 @@ public:
{
for (int sectorId = 0; sectorId < numSectors; sectorId++)
{
std::cout << "reading D64 image\n"
<< fmt::format("{} cylinders, {} heads, {} sectors\n",
track, head, sectorId);
if ((offset < inputFileSize))
{ //still data available sector OK
br.seek(offset);