mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Removing Console.WriteLine()s that were brought in with the revert
This commit is contained in:
@@ -69,7 +69,6 @@ namespace OpenSim.Data.MySQL
|
||||
}
|
||||
catch (MySqlException e)
|
||||
{
|
||||
Console.WriteLine(e.ToString());
|
||||
if (errorSeen)
|
||||
throw;
|
||||
|
||||
@@ -93,7 +92,6 @@ Console.WriteLine(e.ToString());
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Console.WriteLine(e.ToString());
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user