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

0.6.0-stable
Justin Clarke Casey 2008-05-31 21:53:17 +00:00
parent 8bc5cbb2bc
commit 7752211376
1 changed files with 2 additions and 2 deletions

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 =