remove console output from sql querys

This commit is contained in:
Chris 2016-09-12 22:55:57 +02:00
parent 81e179e6f9
commit 2699209d42
1 changed files with 0 additions and 4 deletions

View File

@ -64,8 +64,6 @@ public class MySQLTools
{
pingConnection();
System.out.println(_quarry);
try
{
PreparedStatement _ps = m__MySQLConnection.prepareStatement(_quarry);
@ -88,8 +86,6 @@ public class MySQLTools
{
pingConnection();
System.out.println(_quarry);
try
{
PreparedStatement _ps = m__MySQLConnection.prepareStatement(_quarry);