Remove stray tracing.

This commit is contained in:
David Given
2020-01-27 23:09:07 +01:00
parent 29bdfc043a
commit 065257b5aa

View File

@@ -53,7 +53,6 @@ public:
Bytes crunched = usbRead(side, synced, revolutions * _oneRevolution);
auto fluxmap = std::make_unique<Fluxmap>();
fluxmap->appendBytes(crunched.uncrunch());
std::cerr << "return fluxmap\n";
return fluxmap;
}