We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7f0bc commit 8be1a43Copy full SHA for 8be1a43
1 file changed
src/main/java/com/ffxivcensus/gatherer/Player.java
@@ -35,11 +35,6 @@ public class Player {
35
36
private static final long ONE_DAY_IN_MILLIS=86400000;
37
38
- /**
39
- * Ignore dates from inside EXCLUDE_RANGE in minutes
40
- */
41
- private static final long EXCLUDE_RANGE= 5;
42
-
43
private int id;
44
private String realm;
45
private String playerName;
0 commit comments