Commit 22ff8c9b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

regedit: Remove a couple of left-over debug statements.

parent a9d7babd
......@@ -1177,11 +1177,9 @@ BOOL import_registry_file(FILE* reg_file)
{
if (s[0] == 0xff && s[1] == 0xfe)
{
printf("Trying to open unicode file\n");
processRegLinesW(reg_file);
} else
{
printf("ansi file\n");
rewind(reg_file);
processRegLinesA(reg_file);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment