mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
removed a testmessage
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user