diff --git a/src/tools/rc/rdef.cpp b/src/tools/rc/rdef.cpp index cdfcba7bf7..3c2765eef4 100644 --- a/src/tools/rc/rdef.cpp +++ b/src/tools/rc/rdef.cpp @@ -62,7 +62,6 @@ rdef_add_include_dir(const char *dir, bool toEndOfList) { clear_error(); -printf("ADD: %s\n", dir); char *path = (char *)malloc(strlen(dir) + 2); if (path == NULL) { rdef_err = B_NO_MEMORY;