little parameter changes while testing performance

This commit is contained in:
toni
2016-10-01 17:08:21 +02:00
parent 5eb8486bff
commit a4a8593023
6 changed files with 13 additions and 6 deletions

View File

@@ -46,7 +46,6 @@ public:
const bool step = sd.add(ts, data);
if (step) {
informListeners(ts, StepData(1));
Log::add("Step", "Step Detected!" + std::to_string(ts.ms()));
}
}