Remove debug output using Console.WriteLine and trim excessive whitespace

avinationmerge
Melanie 2012-03-19 14:39:19 +01:00
parent 808995fb68
commit 618244f285
1 changed files with 0 additions and 8 deletions

View File

@ -838,7 +838,6 @@ namespace OpenSim.Region.ClientStack.Linden
}
string response = OSDParser.SerializeLLSDXmlString(resp);
Console.WriteLine(response);
return response;
}
@ -881,7 +880,6 @@ namespace OpenSim.Region.ClientStack.Linden
}
string response = OSDParser.SerializeLLSDXmlString(resp);
Console.WriteLine(response);
return response;
}
@ -954,14 +952,8 @@ namespace OpenSim.Region.ClientStack.Linden
}
string response = OSDParser.SerializeLLSDXmlString(resp);
Console.WriteLine(response);
return response;
}
}
public class AssetUploader