1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Remove some unneeded debugging

This commit is contained in:
Leland Lucius
2021-02-18 11:14:27 -06:00
parent 9a0753d214
commit de6e65ffa3
2 changed files with 10 additions and 1 deletions

View File

@@ -892,7 +892,6 @@ void ProjectFileManager::OpenFile(const FilePath &fileNameArg, bool addtohistory
return;
}
printf("fileexists %d\n", wxFileExists(fileName));
if (!::wxFileExists(fileName)) {
AudacityMessageBox(
XO("Could not open file: %s").Format( fileName ),