From 75da6a56dc72a701fa5a058fb42702ebe4ffc9a9 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Fri, 16 Mar 2018 00:46:59 +0100 Subject: Comment out debug output --- BuddhaTest/src/BuddhaTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BuddhaTest/src') 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(pidOutput)); - std::cout << iterationsPerFrame << " " << pidOutput << std::endl; + //std::cout << iterationsPerFrame << " " << pidOutput << std::endl; } } -- cgit v1.2.3