diff options
author | Justin Clarke Casey | 2008-02-13 02:43:41 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-02-13 02:43:41 +0000 |
commit | a1a206cb056e68ea30105f8aef91efb017d8426e (patch) | |
tree | 85cd1115199ac3204804ed17e200cebf53961daa /OpenSim/Region/ClientStack | |
parent | Commenting and a spelling correction (diff) | |
download | opensim-SC_OLD-a1a206cb056e68ea30105f8aef91efb017d8426e.zip opensim-SC_OLD-a1a206cb056e68ea30105f8aef91efb017d8426e.tar.gz opensim-SC_OLD-a1a206cb056e68ea30105f8aef91efb017d8426e.tar.bz2 opensim-SC_OLD-a1a206cb056e68ea30105f8aef91efb017d8426e.tar.xz |
* Clean up LIBRARY INVENTORY messages
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs index 58405e6..4d00c5b 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs | |||
@@ -51,10 +51,10 @@ namespace OpenSim.Region.ClientStack | |||
51 | /// </summary> | 51 | /// </summary> |
52 | public class ClientView : IClientAPI | 52 | public class ClientView : IClientAPI |
53 | { | 53 | { |
54 | // ~ClientView() | 54 | // ~ClientView() |
55 | // { | 55 | // { |
56 | // System.Console.WriteLine("[CLIENTVIEW]: Destructor called"); | 56 | // System.Console.WriteLine("[CLIENTVIEW]: Destructor called"); |
57 | // } | 57 | // } |
58 | 58 | ||
59 | private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); | 59 | private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); |
60 | 60 | ||