Remove a dangling command registration

avinationmerge
Melanie 2012-01-05 23:54:51 +01:00
parent fdfc4ab2a8
commit 23ce1dfc27
1 changed files with 0 additions and 4 deletions

View File

@ -90,10 +90,6 @@ namespace OpenSim.Services.Connectors
throw new Exception("Asset connector init error");
}
MainConsole.Instance.Commands.AddCommand("asset", false, "dump asset",
"dump asset <id> <file>",
"dump one cached asset", HandleDumpAsset);
m_retryTimer = new Timer();
m_retryTimer.Elapsed += new ElapsedEventHandler(retryCheck);
m_retryTimer.Interval = 60000;