diff options
author | Jeff Ames | 2007-12-09 18:07:14 +0000 |
---|---|---|
committer | Jeff Ames | 2007-12-09 18:07:14 +0000 |
commit | 696f5e27a9abf7160f1fd08139606fc7af5240cb (patch) | |
tree | de43967adb50d1439819ffd97e52d3f71c25bee6 /OpenSim/Region/Environment/Modules/InstantMessageModule.cs | |
parent | * Added more info to ChildAgentDataUpdate (diff) | |
download | opensim-SC_OLD-696f5e27a9abf7160f1fd08139606fc7af5240cb.zip opensim-SC_OLD-696f5e27a9abf7160f1fd08139606fc7af5240cb.tar.gz opensim-SC_OLD-696f5e27a9abf7160f1fd08139606fc7af5240cb.tar.bz2 opensim-SC_OLD-696f5e27a9abf7160f1fd08139606fc7af5240cb.tar.xz |
removed old debugging code from IM and chat modules
Diffstat (limited to 'OpenSim/Region/Environment/Modules/InstantMessageModule.cs')
-rw-r--r-- | OpenSim/Region/Environment/Modules/InstantMessageModule.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Environment/Modules/InstantMessageModule.cs b/OpenSim/Region/Environment/Modules/InstantMessageModule.cs index 2ad027a..23dd0d9 100644 --- a/OpenSim/Region/Environment/Modules/InstantMessageModule.cs +++ b/OpenSim/Region/Environment/Modules/InstantMessageModule.cs | |||
@@ -65,9 +65,6 @@ namespace OpenSim.Region.Environment.Modules | |||
65 | LLUUID imSessionID, uint timestamp, string fromAgentName, | 65 | LLUUID imSessionID, uint timestamp, string fromAgentName, |
66 | string message, byte dialog) | 66 | string message, byte dialog) |
67 | { | 67 | { |
68 | // TODO: Remove after debugging. Privacy implications. | ||
69 | m_log.Verbose("IM", fromAgentName + ": " + message); | ||
70 | |||
71 | foreach (Scene m_scene in m_scenes) | 68 | foreach (Scene m_scene in m_scenes) |
72 | { | 69 | { |
73 | if (m_scene.Entities.ContainsKey(toAgentID) && m_scene.Entities[toAgentID] is ScenePresence) | 70 | if (m_scene.Entities.ContainsKey(toAgentID) && m_scene.Entities[toAgentID] is ScenePresence) |