mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Remove logs
This commit is contained in:
@@ -185,11 +185,9 @@ namespace PortabilityLayer
|
||||
ZipFileProxy *proxy = nullptr;
|
||||
bool proxyIsShared = false;
|
||||
|
||||
fprintf(stderr, "Trying to open resource file\n");
|
||||
if (file->OpenResources(fStream, proxy, proxyIsShared) != PLErrors::kNone)
|
||||
return nullptr;
|
||||
|
||||
fprintf(stderr, "Creating resource archive\n");
|
||||
IResourceArchive *archive = ResourceArchiveZipFile::Create(proxy, proxyIsShared, fStream);
|
||||
if (!archive)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user