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

This commit is contained in:
John Hurliman
2009-11-02 11:54:39 -08:00
parent 0e8b5c7ffa
commit de71d23e14

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