mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
remove debugging statement
This commit is contained in:
@@ -199,7 +199,7 @@ namespace OpenSim.Framework.Data.SQLite
|
||||
fillUserAgentRow(row, user.currentAgent);
|
||||
}
|
||||
}
|
||||
MainLog.Instance.Verbose("DATASTORE", "Adding user: " + ds.GetXml());
|
||||
MainLog.Instance.Verbose("Syncing user database: " + ds.Tables["users"].Rows.Count + " users stored");
|
||||
// save changes off to disk
|
||||
da.Update(ds, "users");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user