* Cleaning - attempting to get compiler warnings back down to zero.

This commit is contained in:
Adam Frisby
2007-07-04 05:25:40 +00:00
parent 8b3cb93b49
commit daf7b8ec76
6 changed files with 18 additions and 15 deletions

View File

@@ -187,7 +187,7 @@ namespace OpenSim.Framework.Servers
responseString = ProcessXMLRPCMethod(methodName, request);
}
catch (Exception e)
catch
{
//Console.WriteLine(e.ToString());
}