Remove debug logging

This commit is contained in:
Julian Arndt
2021-07-29 12:08:21 +02:00
parent 54f1129021
commit c833f373bd

View File

@@ -186,9 +186,7 @@ public class TippligaSQLConnector {
try {
stmt = con.createStatement();
rset = stmt.executeQuery(queryString);
} catch (Exception e) {
System.out.println(e.getMessage());
e.printStackTrace();
} catch (SQLException e) {
logger.error(e.getStackTrace());
}
return rset;