Remove a debug line.

afrisby
MW 2007-08-29 16:48:44 +00:00
parent 334dce42e7
commit 9c0a855088
1 changed files with 1 additions and 2 deletions

View File

@ -184,7 +184,6 @@ namespace OpenSim.DataStore.MonoSqliteStorage
} }
} }
MainLog.Instance.Verbose("DATASTORE", "Sqlite - LoadObjects found " + prims.Rows.Count + " primitives"); MainLog.Instance.Verbose("DATASTORE", "Sqlite - LoadObjects found " + prims.Rows.Count + " primitives");
MainLog.Instance.Verbose("DATASTORE", "Sqlite - Number of sceneObjects" + retvals.Count);
return retvals; return retvals;
} }