Browse Source

lost printf

Andra Hugo 12 years ago
parent
commit
ef7f55c488
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/cholesky/cholesky_implicit.c

+ 1 - 1
examples/cholesky/cholesky_implicit.c

@@ -353,6 +353,6 @@ int main(int argc, char **argv)
 
 	starpu_helper_cublas_shutdown();
 	starpu_shutdown();
-	printf("af shutdown\n");
+
 	return ret;
 }