Remove logs

This commit is contained in:
elasota
2021-03-30 00:00:50 -04:00
parent b64c904558
commit 7951f579e0
4 changed files with 0 additions and 65 deletions

View File

@@ -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)
{