Skip to content

Commit

Permalink
Remove debug printf.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Sep 14, 2023
1 parent 296281a commit f58fe5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htmldoc/htmllib.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -3460,7 +3460,7 @@ fix_filename(char *filename, /* I - Original filename */
static char newfilename[1024]; /* New filename */


printf("fix_filename(filename=\"%s\", base=\"%s\")\n", filename, base);
// printf("fix_filename(filename=\"%s\", base=\"%s\")\n", filename, base);

if (filename == NULL)
return (NULL);
Expand Down

0 comments on commit f58fe5f

Please sign in to comment.