Skip to content

Commit 8be1a43

Browse files
ReidWebPricetx
authored andcommitted
Removed exclude time constant (#13)
accidentally left it active - now deprecated, removed
1 parent 3a7f0bc commit 8be1a43

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/com/ffxivcensus/gatherer/Player.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ public class Player {
3535

3636
private static final long ONE_DAY_IN_MILLIS=86400000;
3737

38-
/**
39-
* Ignore dates from inside EXCLUDE_RANGE in minutes
40-
*/
41-
private static final long EXCLUDE_RANGE= 5;
42-
4338
private int id;
4439
private String realm;
4540
private String playerName;

0 commit comments

Comments
 (0)