From 775221137631648903509620588e7d775390ab67 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Sat, 31 May 2008 21:53:17 +0000 Subject: * Remove the mysql logging noise I accidentally left in a few commits ago --- OpenSim/Data/MySQL/MySQLAssetData.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Data/MySQL') diff --git a/OpenSim/Data/MySQL/MySQLAssetData.cs b/OpenSim/Data/MySQL/MySQLAssetData.cs index 76f6307..abe3ff3 100644 --- a/OpenSim/Data/MySQL/MySQLAssetData.cs +++ b/OpenSim/Data/MySQL/MySQLAssetData.cs @@ -114,10 +114,10 @@ namespace OpenSim.Data.MySQL { lock (_dbConnection) { - m_log.Info("[ASSET DB]: Creating Asset " + Util.ToRawUuidString(asset.FullID)); + //m_log.Info("[ASSET DB]: Creating Asset " + Util.ToRawUuidString(asset.FullID)); if (ExistsAsset(asset.FullID)) { - m_log.Info("[ASSET DB]: Asset exists already, ignoring."); + //m_log.Info("[ASSET DB]: Asset exists already, ignoring."); } MySqlCommand cmd = -- cgit v1.1