mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-13 19:51:25 +01:00
Removed ip debug messages
This commit is contained in:
parent
d097ab9df9
commit
c68a48d57a
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user