diff options
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/AgentAssetTransactionsManager.cs')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/AgentAssetTransactionsManager.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AgentAssetTransactionsManager.cs b/OpenSim/Framework/Communications/Cache/AgentAssetTransactionsManager.cs index bb523f4..97b716c 100644 --- a/OpenSim/Framework/Communications/Cache/AgentAssetTransactionsManager.cs +++ b/OpenSim/Framework/Communications/Cache/AgentAssetTransactionsManager.cs | |||
@@ -26,6 +26,8 @@ | |||
26 | * | 26 | * |
27 | */ | 27 | */ |
28 | 28 | ||
29 | //moved to a module, left here until the module is found to have no problems | ||
30 | /* | ||
29 | using System; | 31 | using System; |
30 | using System.Collections.Generic; | 32 | using System.Collections.Generic; |
31 | 33 | ||
@@ -181,7 +183,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
181 | 183 | ||
182 | //m_log.InfoFormat("[ASSET TRANSACTIONS] Current uploaders: {0}", transactions.XferUploaders.Count); | 184 | //m_log.InfoFormat("[ASSET TRANSACTIONS] Current uploaders: {0}", transactions.XferUploaders.Count); |
183 | }*/ | 185 | }*/ |
184 | } | 186 | /* } |
185 | } | 187 | } |
186 | } | 188 | } |
187 | 189 | ||
@@ -201,3 +203,4 @@ namespace OpenSim.Framework.Communications.Cache | |||
201 | } | 203 | } |
202 | } | 204 | } |
203 | } | 205 | } |
206 | */ \ No newline at end of file | ||