Browse Source

[C][12] Commenting debug message

Vinicius Teshima 10 tháng trước cách đây
mục cha
commit
59d23669c5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;