From 8cc5220dd00eb3a3ceea2990d0a3d9b73069dec0 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 12 Jul 2023 17:02:52 +0200 Subject: [PATCH] remove printout --- bsp_q7s/scheduling.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/bsp_q7s/scheduling.cpp b/bsp_q7s/scheduling.cpp index 4c853406..d7c179ad 100644 --- a/bsp_q7s/scheduling.cpp +++ b/bsp_q7s/scheduling.cpp @@ -340,7 +340,6 @@ void scheduling::initTasks() { #endif #if OBSW_ADD_STAR_TRACKER == 1 - sif::debug << "scheduling STR helper" << std::endl; // Relatively high priority to make sure STR COM works well. PeriodicTaskIF* strHelperTask = factory->createPeriodicTask("STR_HELPER", 30, PeriodicTaskIF::MINIMUM_STACK_SIZE, 0.2,