Remove a spurious println

This commit is contained in:
2012-08-01 15:56:21 +00:00
parent 13241a6cfd
commit fc52b6054b
1 changed files with 0 additions and 1 deletions

View File

@ -1325,7 +1325,6 @@ public class ProdosFormatDisk extends FormattedDisk {
* @see com.webcodepro.applecommander.storage.DirectoryEntry#createDirectory()
*/
public DirectoryEntry createDirectory() throws DiskFullException {
System.out.println("What?!?");
throw new UnsupportedOperationException(textBundle.get("DirectoryCreationNotSupported")); //$NON-NLS-1$
}
}