Skip to content

Commit 63d0098

Browse files
committed
Remove debug print
1 parent da9418b commit 63d0098

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

patch/depfile_build.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,6 @@ __cdecl void depfile_build(char *header_struct, char *depfile_struct, mwstring *
279279
char *cwd = getcwd(NULL, 0);
280280
if (!cwd) goto outofmem;
281281

282-
fprintf(stderr, "cwd: %s\n", cwd);
283-
fprintf(stderr, "header_full: %s\n", header_full);
284-
285282
// Make relative path, truncate it, and always use forward slashes
286283
char *rel = relpath(cwd, header_full);
287284
if (!memccpy(header_full, rel, '\0', sizeof(header_full))) {

0 commit comments

Comments
 (0)