From 63f4806ac575f0dce0a388c10a1363b23d9ff72b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ty=C3=A1s=20Mustoha?= Date: Wed, 28 Mar 2018 09:31:10 +0200 Subject: [PATCH] Remove leftover debug code --- es-app/src/SystemData.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/es-app/src/SystemData.cpp b/es-app/src/SystemData.cpp index 1ecc274b7..2a709f206 100644 --- a/es-app/src/SystemData.cpp +++ b/es-app/src/SystemData.cpp @@ -79,8 +79,6 @@ void SystemData::populateFolder(FileData* folder) //make sure that this isn't a symlink to a thing we already have if(Utils::FileSystem::isSymlink(folderPath)) { - Utils::FileSystem::getCanonicalPath("/RetroGames/roms/nes/garbage/../smurf.nes"); - //if this symlink resolves to somewhere that's at the beginning of our path, it's gonna recurse if(folderPath.find(Utils::FileSystem::getCanonicalPath(folderPath)) == 0) {