diff options
author | Andreas Grois <andi@grois.info> | 2018-03-16 00:46:59 +0100 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2018-03-16 00:46:59 +0100 |
commit | 75da6a56dc72a701fa5a058fb42702ebe4ffc9a9 (patch) | |
tree | 93fb4c4b669fe52cbf6a77bf8aa2d9dfe1acb9fd | |
parent | f9c0d1f4cb510a63b3dd2397a415ab20232ec38d (diff) |
Comment out debug output
-rw-r--r-- | BuddhaTest/src/BuddhaTest.cpp | 2 |
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;
}
}
|