aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLManager.cs')
-rw-r--r--OpenSim/Data/MySQL/MySQLManager.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Data/MySQL/MySQLManager.cs b/OpenSim/Data/MySQL/MySQLManager.cs
index 3bb6857..2f14f16 100644
--- a/OpenSim/Data/MySQL/MySQLManager.cs
+++ b/OpenSim/Data/MySQL/MySQLManager.cs
@@ -1030,7 +1030,6 @@ namespace OpenSim.Data.MySQL
1030 { 1030 {
1031 IDbCommand result = Query(sql, parameters); 1031 IDbCommand result = Query(sql, parameters);
1032 1032
1033 //Console.WriteLine(result.CommandText);
1034 // int x; 1033 // int x;
1035 // if ((x = result.ExecuteNonQuery()) > 0) 1034 // if ((x = result.ExecuteNonQuery()) > 0)
1036 // { 1035 // {
@@ -1123,7 +1122,6 @@ namespace OpenSim.Data.MySQL
1123 { 1122 {
1124 IDbCommand result = Query(sql, parameters); 1123 IDbCommand result = Query(sql, parameters);
1125 1124
1126 //Console.WriteLine(result.CommandText);
1127 // int x; 1125 // int x;
1128 // if ((x = result.ExecuteNonQuery()) > 0) 1126 // if ((x = result.ExecuteNonQuery()) > 0)
1129 // { 1127 // {