Merge pull request #397 from mmatyas/smurfs

Remove leftover debug code
This commit is contained in:
Jools Wills 2018-03-28 14:52:13 +01:00 committed by GitHub
commit 5bd40476f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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