Index: trunk/modules/vci_block_device_tsar/caba/source/src/vci_block_device_tsar.cpp
===================================================================
--- trunk/modules/vci_block_device_tsar/caba/source/src/vci_block_device_tsar.cpp	(revision 970)
+++ trunk/modules/vci_block_device_tsar/caba/source/src/vci_block_device_tsar.cpp	(revision 971)
@@ -294,18 +294,21 @@
             }
 
-////////////////////////////////////////////////////////////////////////////////////////
-//std::cout << "***** Block content after read for lba "
-//          << std::hex << r_lba.read() << " **************" << std::endl;
-//for ( size_t line=0 ; line<16 ; line++ )
-//{
-//    for ( size_t word=0 ; word<8 ; word++ )
-//    {
-//        std::cout << std::hex << r_local_buffer[line*8 + word] << " ";
-//    }
-//    std::cout << std::endl;
-//}
-//std::cout << "**********************************************************" << std::endl;
-////////////////////////////////////////////////////////////////////////////////////////
-
+/*
+if ( r_lba.read() == 0 )
+{
+    std::cout << "***** Block content after read for lba "
+              << std::hex << r_lba.read() << " **************" << std::endl;
+    for ( size_t line=0 ; line<16 ; line++ )
+    {
+        for ( size_t word=0 ; word<8 ; word++ )
+        {
+            std::cout << std::hex << r_local_buffer[line*8 + word] << " ";
+        }
+        std::cout << std::endl;
+    }
+    std::cout << "**********************************************************" 
+              << std::endl;
+}
+*/
         }
         else
@@ -316,5 +319,5 @@
     }
     //////////////////
-    case M_READ_BURST:  // Compute the number of words and the number of flits in the burst
+    case M_READ_BURST:  // Compute number of words and number of flits in the burst
                         // The number of flits can be smaller than the number of words
                         // in case of 8 bytes flits...
@@ -508,17 +511,18 @@
         {
 
-////////////////////////////////////////////////////////////////////////////////////////
-//std::cout << "***** Block content before write for lba "
-//          << std::hex << r_lba.read() << " ***********" << std::endl;
-//for ( size_t line=0 ; line<16 ; line++ )
-//{
-//    for ( size_t word=0 ; word<8 ; word++ )
-//    {
-//        std::cout << std::hex << r_local_buffer[line*8 + word] << " ";
-//    }
-//    std::cout << std::endl;
-//}
-//std::cout << "**********************************************************" << std::endl;
-////////////////////////////////////////////////////////////////////////////////////////
+/*
+std::cout << "***** Block content before write for lba "
+          << std::hex << r_lba.read() << " ***********" << std::endl;
+for ( size_t line=0 ; line<16 ; line++ )
+{
+    for ( size_t word=0 ; word<8 ; word++ )
+    {
+        std::cout << std::hex << r_local_buffer[line*8 + word] << " ";
+    }
+    std::cout << std::endl;
+}
+std::cout << "**********************************************************" 
+          << std::endl;
+*/
 
             r_latency_count = m_latency;
