diff --git a/daemon/src/media/audio/coreaudio/corelayer.cpp b/daemon/src/media/audio/coreaudio/corelayer.cpp
index 71fd296943c02b544342b20916a334ffcbc8872e..d7d1ea4e25371cf39b6595c0ec09176d74f8ff05 100644
--- a/daemon/src/media/audio/coreaudio/corelayer.cpp
+++ b/daemon/src/media/audio/coreaudio/corelayer.cpp
@@ -436,7 +436,6 @@ void CoreLayer::write(AudioUnitRenderActionFlags* ioActionFlags,
             file_tone->getNext(playbackBuff_, playbackGain_);
         }
         else {
-            RING_WARN("No tone or file_tone!");
             playbackBuff_.reset();
         }
         for (int i = 0; i < audioFormat_.nb_channels; ++i) {