From 626deed2268b3970b0b9e68a6dcadcda9599f5ca Mon Sep 17 00:00:00 2001
From: d74ksy <aidan.chalk@durham.ac.uk>
Date: Wed, 6 Sep 2017 09:30:41 +0100
Subject: [PATCH] Missed deleting a debug print

---
 src/CUDA/runner_cuda_main.cu | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/CUDA/runner_cuda_main.cu b/src/CUDA/runner_cuda_main.cu
index 1f2d7017e0..b644ff9985 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 ||
-- 
GitLab