diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 629fed6..6ea04cf 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -416,14 +416,7 @@ namespace OpenSim | |||
416 | 416 | ||
417 | private void HandleClearAssets(string module, string[] args) | 417 | private void HandleClearAssets(string module, string[] args) |
418 | { | 418 | { |
419 | if (AssetCache != null) | 419 | m_log.Info("Not implemented."); |
420 | { | ||
421 | AssetCache.Clear(); | ||
422 | } | ||
423 | else | ||
424 | { | ||
425 | m_log.Info("Asset cache is not configured."); | ||
426 | } | ||
427 | } | 420 | } |
428 | 421 | ||
429 | private void HandleForceUpdate(string module, string[] args) | 422 | private void HandleForceUpdate(string module, string[] args) |
@@ -815,14 +808,7 @@ namespace OpenSim | |||
815 | switch (showParams[0]) | 808 | switch (showParams[0]) |
816 | { | 809 | { |
817 | case "assets": | 810 | case "assets": |
818 | if (AssetCache != null) | 811 | m_log.Info("Not implemented."); |
819 | { | ||
820 | AssetCache.ShowState(); | ||
821 | } | ||
822 | else | ||
823 | { | ||
824 | m_log.Info("Asset cache is not configured."); | ||
825 | } | ||
826 | break; | 812 | break; |
827 | 813 | ||
828 | case "users": | 814 | case "users": |