Removing Console.WriteLine()s that were brought in with the revert

0.6.8-post-fixes
John Hurliman 2009-11-02 11:54:39 -08:00
parent 0e8b5c7ffa
commit de71d23e14
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}
}