aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Data/MySQL/MySQLFramework.cs2
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 {
72Console.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 {
96Console.WriteLine(e.ToString());
97 return 0; 95 return 0;
98 } 96 }
99 } 97 }