From 7ea9bb4b92a5c6394c110b20235bfa27972a810a Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 4 Jun 2013 12:11:59 -0700 Subject: [PATCH] remove debug line from previous commit --- audio-mixer/src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/audio-mixer/src/main.cpp b/audio-mixer/src/main.cpp index bc75ac5698..cac9a1eace 100644 --- a/audio-mixer/src/main.cpp +++ b/audio-mixer/src/main.cpp @@ -212,8 +212,6 @@ int main(int argc, const char* argv[]) { } } - printf("AAS: %f, AB: %f\n", absoluteAngleToSource, agentRingBuffer->getBearing()); - bearingRelativeAngleToSource = absoluteAngleToSource - agentRingBuffer->getBearing(); if (bearingRelativeAngleToSource > 180) {