minor: remove mono compiler warning

bulletsim
Justin Clark-Casey (justincc) 2011-05-27 23:43:31 +01:00
parent 28cd03cda5
commit 6f4a2685cf
1 changed files with 4 additions and 4 deletions

View File

@ -54,10 +54,10 @@ namespace OpenSim.Services.FreeswitchService
Hashtable response = new Hashtable();
foreach (DictionaryEntry item in request)
{
// m_log.InfoFormat("[FreeSwitchDirectory]: requestBody item {0} {1}",item.Key, item.Value);
}
// foreach (DictionaryEntry item in request)
// {
//// m_log.InfoFormat("[FreeSwitchDirectory]: requestBody item {0} {1}",item.Key, item.Value);
// }
string requestcontext = (string) request["Hunt-Context"];
response["content_type"] = "text/xml";