Browse Source

Removed test lines

Areloch 6 years ago
parent
commit
02262b014a
1 changed files with 0 additions and 2 deletions
  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 );