* Remove the mysql logging noise I accidentally left in a few commits ago

This commit is contained in:
Justin Clarke Casey
2008-05-31 21:53:17 +00:00
parent 8bc5cbb2bc
commit 7752211376

View File

@@ -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 =