Remove leftover debug code

This commit is contained in:
Mátyás Mustoha 2018-03-28 09:31:10 +02:00
parent 9382507e17
commit 63f4806ac5

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