From 065257b5aa3d17f61f63514b8a2c21424b01c2ae Mon Sep 17 00:00:00 2001 From: David Given Date: Mon, 27 Jan 2020 23:09:07 +0100 Subject: [PATCH] Remove stray tracing. --- lib/fluxsource/hardwarefluxsource.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/fluxsource/hardwarefluxsource.cc b/lib/fluxsource/hardwarefluxsource.cc index 57cdcd3e..f1e1dc2f 100644 --- a/lib/fluxsource/hardwarefluxsource.cc +++ b/lib/fluxsource/hardwarefluxsource.cc @@ -53,7 +53,6 @@ class HardwareFluxSource : public FluxSource Bytes crunched = usbRead(side, synced, revolutions * _oneRevolution); auto fluxmap = std::make_unique(); fluxmap->appendBytes(crunched.uncrunch()); - std::cerr << "return fluxmap\n"; return fluxmap; }