diff --git a/polymod/fs/SysFileSystem.hx b/polymod/fs/SysFileSystem.hx index 0e3311d6..434dbeeb 100644 --- a/polymod/fs/SysFileSystem.hx +++ b/polymod/fs/SysFileSystem.hx @@ -108,7 +108,6 @@ class SysFileSystem implements IFileSystem public function getMetadata(modId:String) { var modPath = Util.pathJoin(modRoot, modId); - var test = readDirectory(modRoot); if (exists(modPath)) { var meta:ModMetadata = null;