浏览代码

[C][12] Commenting debug message

Vinicius Teshima 10 月之前
父节点
当前提交
59d23669c5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      c/src/0012.c

+ 1 - 1
c/src/0012.c

@@ -57,7 +57,7 @@ main(int argc, const char **argv)
 				fprintf(stderr, "Thread did not return value");
 				exit(1);
 			}
-			printf("Got Result: %ld divs: %ld\n", ret->num, ret->div);
+			/* printf("Got Result: %ld divs: %ld\n", ret->num, ret->div); */
 			if ( ret->div > 500 ) {
 				if ( ret->num < res ) {
 					res = ret->num;