diff options
author | Melanie | 2012-03-19 14:39:19 +0100 |
---|---|---|
committer | Melanie | 2012-03-19 14:39:19 +0100 |
commit | 618244f285a521971808bc649be538cf831f3e66 (patch) | |
tree | 4af5171aa9b52c1ed252e80427610d687b660973 /OpenSim/Region | |
parent | Merge branch 'ubitwork' (diff) | |
download | opensim-SC_OLD-618244f285a521971808bc649be538cf831f3e66.zip opensim-SC_OLD-618244f285a521971808bc649be538cf831f3e66.tar.gz opensim-SC_OLD-618244f285a521971808bc649be538cf831f3e66.tar.bz2 opensim-SC_OLD-618244f285a521971808bc649be538cf831f3e66.tar.xz |
Remove debug output using Console.WriteLine and trim excessive whitespace
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs index dfd5c98..6c44175 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs | |||
@@ -838,7 +838,6 @@ namespace OpenSim.Region.ClientStack.Linden | |||
838 | } | 838 | } |
839 | 839 | ||
840 | string response = OSDParser.SerializeLLSDXmlString(resp); | 840 | string response = OSDParser.SerializeLLSDXmlString(resp); |
841 | Console.WriteLine(response); | ||
842 | return response; | 841 | return response; |
843 | } | 842 | } |
844 | 843 | ||
@@ -881,7 +880,6 @@ namespace OpenSim.Region.ClientStack.Linden | |||
881 | } | 880 | } |
882 | 881 | ||
883 | string response = OSDParser.SerializeLLSDXmlString(resp); | 882 | string response = OSDParser.SerializeLLSDXmlString(resp); |
884 | Console.WriteLine(response); | ||
885 | return response; | 883 | return response; |
886 | } | 884 | } |
887 | 885 | ||
@@ -954,14 +952,8 @@ namespace OpenSim.Region.ClientStack.Linden | |||
954 | } | 952 | } |
955 | 953 | ||
956 | string response = OSDParser.SerializeLLSDXmlString(resp); | 954 | string response = OSDParser.SerializeLLSDXmlString(resp); |
957 | Console.WriteLine(response); | ||
958 | return response; | 955 | return response; |
959 | } | 956 | } |
960 | |||
961 | |||
962 | |||
963 | |||
964 | |||
965 | } | 957 | } |
966 | 958 | ||
967 | public class AssetUploader | 959 | public class AssetUploader |