* cygpath.cc (dowin): Remove stray debugging printf statement.

This commit is contained in:
Dave Korn
2006-01-18 12:34:59 +00:00
parent b985a434a0
commit 79f24ec37d
2 changed files with 4 additions and 1 deletions

View File

@@ -379,7 +379,6 @@ dowin (char option)
GetWindowsDirectory (buf, MAX_PATH);
strcat (buf, "\\Profiles");
}
fprintf (stderr, "************** buf %s\n", buf);
break;
case 'S':