Skip to content

Commit

Permalink
Remove stray tracing.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Jan 27, 2020
1 parent 29bdfc0 commit 065257b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/fluxsource/hardwarefluxsource.cc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ class HardwareFluxSource : public FluxSource
Bytes crunched = usbRead(side, synced, revolutions * _oneRevolution);
auto fluxmap = std::make_unique<Fluxmap>();
fluxmap->appendBytes(crunched.uncrunch());
std::cerr << "return fluxmap\n";
return fluxmap;
}

Expand Down

0 comments on commit 065257b

Please sign in to comment.