浏览代码

Removed test lines

Areloch 6 年之前
父节点
当前提交
02262b014a
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Engine/source/module/moduleManager.cpp

+ 0 - 2
Engine/source/module/moduleManager.cpp

@@ -191,8 +191,6 @@ bool ModuleManager::scanModules( const char* pPath, const bool rootOnly )
         return false;
     }
 
-    Torque::FS::sgMountSystem;
-
     // Fetch extension length.
     const U32 extensionLength = dStrlen( mModuleExtension );