diff --git a/src/gstkaldinnet2onlinedecoder.cc b/src/gstkaldinnet2onlinedecoder.cc
index d63ad9a3e17cd41ac910f77a28d740e353f66508..d4ddcd778ad0091d11acf6d5076629ab1ae4ab95 100644
--- a/src/gstkaldinnet2onlinedecoder.cc
+++ b/src/gstkaldinnet2onlinedecoder.cc
@@ -886,11 +886,14 @@ static void gst_kaldinnet2onlinedecoder_loop(
       //fprintf(stderr, "  END final_result ()\n");
       if (true || num_words > 0) {
         // Only update adaptation state if the utterance was not empty
+        // No adaptation
+          /*
 #ifdef THREADED_DECODER
         decoder.GetAdaptationState(filter->adaptation_state);
 #else
         feature_pipeline.GetAdaptationState(filter->adaptation_state);
 #endif
+*/
       }
     } else {
       GST_DEBUG_OBJECT(filter, "Less than 0.1 seconds decoded, discarding");