diff options
Diffstat (limited to 'OpenSim/Data/Tests/BasicInventoryTest.cs')
-rw-r--r-- | OpenSim/Data/Tests/BasicInventoryTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/Tests/BasicInventoryTest.cs b/OpenSim/Data/Tests/BasicInventoryTest.cs index e5642f1..65c61cd 100644 --- a/OpenSim/Data/Tests/BasicInventoryTest.cs +++ b/OpenSim/Data/Tests/BasicInventoryTest.cs | |||
@@ -38,7 +38,7 @@ namespace OpenSim.Data.Tests | |||
38 | { | 38 | { |
39 | public class BasicInventoryTest | 39 | public class BasicInventoryTest |
40 | { | 40 | { |
41 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 41 | //private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
42 | public IInventoryDataPlugin db; | 42 | public IInventoryDataPlugin db; |
43 | public UUID zero = UUID.Zero; | 43 | public UUID zero = UUID.Zero; |
44 | 44 | ||