Skip to content

Commit a714e53

Browse files
committed
Less debug
1 parent f4b7f30 commit a714e53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/Modules/Findcmocka/runner.c.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ int main(int argc, char *argv[])
138138
prog = sep + 1;
139139
}
140140
}
141-
fprintf(stderr, "started the cmocka runner!\n");
141+
142+
//fprintf(stderr, "started the cmocka runner!\n");
142143
if (parse_options(argc, argv) != 0) {
143144
usage(prog);
144145
return 1;

0 commit comments

Comments
 (0)