diff --git a/flight/PiOS.osx/osx/Libraries/FreeRTOS/Source/portable/GCC/Posix/port.c b/flight/PiOS.osx/osx/Libraries/FreeRTOS/Source/portable/GCC/Posix/port.c index d0d30fa3e..15d957a29 100644 --- a/flight/PiOS.osx/osx/Libraries/FreeRTOS/Source/portable/GCC/Posix/port.c +++ b/flight/PiOS.osx/osx/Libraries/FreeRTOS/Source/portable/GCC/Posix/port.c @@ -463,7 +463,7 @@ tskTCB * oldTask, * newTask; /* service the signal */ assert( 0 == pthread_mutex_unlock( &xSwappingThreadMutex ) ); - debug_printf( "The current task isn't even us, letting interrupt happen. Watch for swap.\r\n" ); +// debug_printf( "The current task isn't even us, letting interrupt happen. Watch for swap.\r\n" ); /* Now we are resuming, want to be able to catch this interrupt again */ sigemptyset( &xSignals ); pthread_sigmask( SIG_SETMASK, &xSignals, NULL);