diff options
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/AgentAssetTransactions.cs')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/AgentAssetTransactions.cs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AgentAssetTransactions.cs b/OpenSim/Framework/Communications/Cache/AgentAssetTransactions.cs index d40c354..3882ade 100644 --- a/OpenSim/Framework/Communications/Cache/AgentAssetTransactions.cs +++ b/OpenSim/Framework/Communications/Cache/AgentAssetTransactions.cs | |||
@@ -113,10 +113,9 @@ namespace OpenSim.Framework.Communications.Cache | |||
113 | // [or maybe we can if we do more checking like data lenght checks] | 113 | // [or maybe we can if we do more checking like data lenght checks] |
114 | if (uploaderFound != null) | 114 | if (uploaderFound != null) |
115 | { | 115 | { |
116 | // m_log.Info( | 116 | // m_log.InfoFormat( |
117 | // String.Format( | 117 | // "[ASSET TRANSACTIONS] Removing asset xfer uploader with transfer id {0}, transaction {1}", |
118 | // "[ASSET TRANSACTIONS] Removing asset xfer uploader with transfer id {0}, transaction {1}", | 118 | // xferID, uploaderFound.TransactionID); |
119 | // xferID, uploaderFound.TransactionID)); | ||
120 | 119 | ||
121 | // XferUploaders.Remove(uploaderFound.TransactionID); | 120 | // XferUploaders.Remove(uploaderFound.TransactionID); |
122 | 121 | ||