Removed ip debug messages

This commit is contained in:
Rsl1122 2018-05-31 09:41:49 +03:00
parent d097ab9df9
commit c68a48d57a

View File

@ -103,8 +103,6 @@ public class GeoInfoTable extends UserIDTable {
geoInfo.getGeolocation(),
geoInfo.getLastUsed()
);
System.out.println(geoInfo.getIp());
System.out.println(updatedInfo.getIp());
statement.setString(1, updatedInfo.getIp());
statement.setString(2, updatedInfo.getIpHash());
statement.setString(3, geoInfo.getIp());