Remove a spurious println

This commit is contained in:
2012-08-01 15:56:21 +00:00
parent 13241a6cfd
commit fc52b6054b

View File

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