aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2018-03-16 00:46:59 +0100
committerAndreas Grois <andi@grois.info>2018-03-16 00:46:59 +0100
commit75da6a56dc72a701fa5a058fb42702ebe4ffc9a9 (patch)
tree93fb4c4b669fe52cbf6a77bf8aa2d9dfe1acb9fd
parentf9c0d1f4cb510a63b3dd2397a415ab20232ec38d (diff)
Comment out debug output
-rw-r--r--BuddhaTest/src/BuddhaTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuddhaTest/src/BuddhaTest.cpp b/BuddhaTest/src/BuddhaTest.cpp
index 2a5f98a..24f5893 100644
--- a/BuddhaTest/src/BuddhaTest.cpp
+++ b/BuddhaTest/src/BuddhaTest.cpp
@@ -196,7 +196,7 @@ int main(int argc, char * argv[])
const auto pidOutput{pid.Update(frameDuration,error)};
iterationsPerFrame = std::max(1,static_cast<int>(pidOutput));
- std::cout << iterationsPerFrame << " " << pidOutput << std::endl;
+ //std::cout << iterationsPerFrame << " " << pidOutput << std::endl;
}
}