diff --git a/stream/dap_stream.c b/stream/dap_stream.c
index 6e78aa3275bebca760f1364e9124c3e69b142fcd..2e1c130fbf7e82ac5840581abcdeb2754f282cfe 100644
--- a/stream/dap_stream.c
+++ b/stream/dap_stream.c
@@ -671,7 +671,7 @@ void stream_dap_data_write(dap_client_remote_t* a_client , void * arg){
         dap_client_ready_to_write(sh,ready_to_write);*/
     //log_it(L_ERROR,"No stream_data_write_callback is defined");
 
-    log_it(L_DEBUG,"stream_dap_data_write ok");
+    //log_it(L_DEBUG,"stream_dap_data_write ok");
 }
 
 /**