From 0ae55ae65cea9d9c16b3bf90c323add4776e58c5 Mon Sep 17 00:00:00 2001 From: TMaul Date: Mon, 17 Dec 2012 20:28:50 +0000 Subject: [PATCH] Ooops, didnt mean to leave that uncommented :) --- Core/FileSystems/ISOFileSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/FileSystems/ISOFileSystem.cpp b/Core/FileSystems/ISOFileSystem.cpp index 761a7bbc4..f98cc88e9 100644 --- a/Core/FileSystems/ISOFileSystem.cpp +++ b/Core/FileSystems/ISOFileSystem.cpp @@ -210,7 +210,7 @@ nextblock: e->isBlockSectorMode = false; // Let's not excessively spam the log - I commented this line out. - DEBUG_LOG(FILESYS, "%s: %s %08x %08x %i", e->isDirectory?"D":"F", name, dir.firstDataSectorLE, e->startingPosition, e->startingPosition); + //DEBUG_LOG(FILESYS, "%s: %s %08x %08x %i", e->isDirectory?"D":"F", name, dir.firstDataSectorLE, e->startingPosition, e->startingPosition); if (e->isDirectory && !relative) {