]> Creatis software - gdcm.git/commitdiff
Forget to remove couts
authorjpr <jpr>
Wed, 4 Jul 2007 14:42:33 +0000 (14:42 +0000)
committerjpr <jpr>
Wed, 4 Jul 2007 14:42:33 +0000 (14:42 +0000)
src/gdcmFileHelper.cxx

index d1d13e8dbadcb97b7f9d723098fb864c012ec8bf..586ad45680227730c09166812facf6a2f69197b5 100644 (file)
@@ -4,8 +4,8 @@
   Module:    $RCSfile: gdcmFileHelper.cxx,v $
   Language:  C++
 
-  Date:      $Date: 2007/07/04 10:40:56 $
-  Version:   $Revision: 1.113 $
+  Date:      $Date: 2007/07/04 14:42:33 $
+  Version:   $Revision: 1.114 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -857,8 +857,6 @@ bool FileHelper::CheckWriteIntegrity()
  */ 
 void FileHelper::SetWriteToRaw()
 {
-std::cout << "entry in FileHelper::SetWriteToRaw " << std::endl;
-
    if ( FileInternal->GetNumberOfScalarComponents() == 3 
     && !FileInternal->HasLUT() )
    {