diff options
author | John Hurliman | 2009-11-02 11:54:39 -0800 |
---|---|---|
committer | John Hurliman | 2009-11-02 11:54:39 -0800 |
commit | de71d23e145de5df080f5a9abfebb367b81b2527 (patch) | |
tree | e44fc76f1cb7154ecbdfa6e36f961fdc5be311c3 /OpenSim/Data/MySQL | |
parent | Fixing race conditions in the SceneObjectPart properties (diff) | |
download | opensim-SC_OLD-de71d23e145de5df080f5a9abfebb367b81b2527.zip opensim-SC_OLD-de71d23e145de5df080f5a9abfebb367b81b2527.tar.gz opensim-SC_OLD-de71d23e145de5df080f5a9abfebb367b81b2527.tar.bz2 opensim-SC_OLD-de71d23e145de5df080f5a9abfebb367b81b2527.tar.xz |
Removing Console.WriteLine()s that were brought in with the revert
Diffstat (limited to 'OpenSim/Data/MySQL')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLFramework.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Data/MySQL/MySQLFramework.cs b/OpenSim/Data/MySQL/MySQLFramework.cs index fd428ae..fca0ca5 100644 --- a/OpenSim/Data/MySQL/MySQLFramework.cs +++ b/OpenSim/Data/MySQL/MySQLFramework.cs | |||
@@ -69,7 +69,6 @@ namespace OpenSim.Data.MySQL | |||
69 | } | 69 | } |
70 | catch (MySqlException e) | 70 | catch (MySqlException e) |
71 | { | 71 | { |
72 | Console.WriteLine(e.ToString()); | ||
73 | if (errorSeen) | 72 | if (errorSeen) |
74 | throw; | 73 | throw; |
75 | 74 | ||
@@ -93,7 +92,6 @@ Console.WriteLine(e.ToString()); | |||
93 | } | 92 | } |
94 | catch (Exception e) | 93 | catch (Exception e) |
95 | { | 94 | { |
96 | Console.WriteLine(e.ToString()); | ||
97 | return 0; | 95 | return 0; |
98 | } | 96 | } |
99 | } | 97 | } |