remove debug msgs

This commit is contained in:
Stefan Frederik 2022-11-01 12:57:29 +01:00
parent b0a88325e7
commit fe0dc46c81
1 changed files with 1 additions and 1 deletions

View File

@ -3489,7 +3489,7 @@ const char *translate2(Lcc *lcc, int level, char* s)
my_strcat(1071, &path, ".");
}
}
dbg(0, "path=%s\n", path);
dbg(1, "path=%s\n", path);
tmp=strlen(path);
STR_ALLOC(&result, tmp + result_pos, &size);
memcpy(result+result_pos, path, tmp+1);