From bae3289e33e8a7939eed2d0134bfd73514765860 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Thu, 18 Sep 2014 14:48:03 +0000 Subject: Remove obsolete debugging output --- cuda/3d/sirt3d.cu | 2 -- 1 file changed, 2 deletions(-) (limited to 'cuda/3d/sirt3d.cu') diff --git a/cuda/3d/sirt3d.cu b/cuda/3d/sirt3d.cu index f615204..787d39f 100644 --- a/cuda/3d/sirt3d.cu +++ b/cuda/3d/sirt3d.cu @@ -225,8 +225,6 @@ bool SIRT::setBuffers(cudaPitchedPtr& _D_volumeData, D_volumeData = _D_volumeData; D_sinoData = _D_projData; - fprintf(stderr, "Reconstruction buffer: %p\n", (void*)D_volumeData.ptr); - return true; } -- cgit v1.2.3