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:
@@ -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 ),
|
||||
|
||||
Reference in New Issue
Block a user