Removing Console.WriteLine()s that were brought in with the revert
parent
0e8b5c7ffa
commit
de71d23e14
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue