mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
remove some mono compiler warnings
This commit is contained in:
@@ -565,7 +565,7 @@ namespace OpenSim.Framework.Console
|
||||
/// </summary>
|
||||
public class CommandConsole : ConsoleBase, ICommandConsole
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
public ICommands Commands { get; private set; }
|
||||
|
||||
|
||||
@@ -294,7 +294,7 @@ namespace OpenSim.Framework
|
||||
return result;
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
catch
|
||||
{
|
||||
// don't need to treat this as an error... we're just guessing anyway
|
||||
// m_log.DebugFormat("[WEB UTIL] couldn't decode <{0}>: {1}",response,e.Message);
|
||||
|
||||
Reference in New Issue
Block a user