diff --git a/src/CUDA/runner_cuda_main.cu b/src/CUDA/runner_cuda_main.cu
index 1f2d7017e0ae1243522b65729037ce8c9a62e09a..b644ff9985595ad9137690dab6c1df250e0d378c 100644
--- a/src/CUDA/runner_cuda_main.cu
+++ b/src/CUDA/runner_cuda_main.cu
@@ -2216,8 +2216,6 @@ __host__ void create_tasks(struct engine *e) {
 
   /* Loop through the tasks */
   for (i = 0; i < num_gpu_tasks; i++) {
-    if(tasks_host[i].type == type_implicit_load)
-      printf("Implicit says hi!\n");
     /* The transfer tasks dependencies are done anyway so skip them. */
     if (tasks_host[i].type == type_load || tasks_host[i].type == type_unload ||
         tasks_host[i].type == type_implicit_load ||