Browse Source

remove a printf

HE Kun 4 years ago
parent
commit
9393955291
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/drivers/mp_common/source_common.c

+ 0 - 1
src/drivers/mp_common/source_common.c

@@ -106,7 +106,6 @@ static int _starpu_src_common_process_completed_job(struct _starpu_mp_node *node
 	{
 		/* Copy cl_ret into the task */
 		unsigned cl_ret_size = arg_size - (arg_ptr - (uintptr_t) arg);
-		printf("cl_ret_size in master is %d\n", cl_ret_size);
 		_STARPU_MALLOC(task->cl_ret, cl_ret_size);
 		memcpy(task->cl_ret, (void *) arg_ptr, cl_ret_size);
 	}