From 919979eeceec3b8fc850171989c7c2e256031691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Tue, 2 May 2023 11:40:50 +0200 Subject: [PATCH] Disable excessive logging --- Common/File/VFS/ZipFileReader.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/File/VFS/ZipFileReader.cpp b/Common/File/VFS/ZipFileReader.cpp index 6f784ee6de..c934a6e3d1 100644 --- a/Common/File/VFS/ZipFileReader.cpp +++ b/Common/File/VFS/ZipFileReader.cpp @@ -119,7 +119,7 @@ bool ZipFileReader::GetFileListing(const char *orig_path, std::vectorpush_back(info); } @@ -138,7 +138,7 @@ bool ZipFileReader::GetFileListing(const char *orig_path, std::vectorpush_back(info); }