]> Creatis software - clitk.git/commitdiff
Remove comment
authorDavid Sarrut <david.sarrut@creatis.insa-lyon.fr>
Wed, 26 Jun 2013 14:47:26 +0000 (16:47 +0200)
committerDavid Sarrut <david.sarrut@creatis.insa-lyon.fr>
Wed, 26 Jun 2013 14:47:26 +0000 (16:47 +0200)
tools/clitkDicom2Image.cxx

index 6f36bc07d2062dcb0c0cfe6db136bb97c9d8d3f8..b25b001dea3a19c75edec04b1bcf790891c5cf6a 100644 (file)
@@ -207,7 +207,6 @@ int main(int argc, char * argv[])
       name << *sn << "_" << args_info.output_arg;
       outfile = name.str();
     }
-    DD("before write");
     vvImageWriter::Pointer writer = vvImageWriter::New();
     writer->SetInput(image);
     writer->SetOutputFileName(outfile);