diff --git a/CLC-qthing/device_main.cpp b/CLC-qthing/device_main.cpp
index 3167fa685c89363cb2fe47f68b357fab43a28db8..f7b14d6f561804a7b5e84a11823502e871b9ca21 100644
--- a/CLC-qthing/device_main.cpp
+++ b/CLC-qthing/device_main.cpp
@@ -57,12 +57,6 @@ void device_main() {
     mgr = new SiliconTorch::ServiceManager::ServiceManager();
 
 
-
-    // fxCyan = new SiliconTorch::Service::FxCyanF();
-
-    // fxCyan->start();
-
-
     xSemaphoreGive(mutex000);
   });
 
@@ -75,7 +69,7 @@ void device_main() {
 
 
 
-
+  /*
 
 
   SemaphoreHandle_t mutex = xSemaphoreCreateBinary();
@@ -92,6 +86,10 @@ void device_main() {
 
   xSemaphoreTake(mutex, portMAX_DELAY);  // avoid races with MQTT subscriptions (TODO: do we lock with WLAN atm???)
 
+
+  */
+
+
   qthing::enable_wifi();
   return;