mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-02-22 23:31:31 +01:00
Remove debugging
This commit is contained in:
parent
c5bcfdc8cd
commit
50218336c5
@ -444,7 +444,6 @@ public class LinearWaypointProvider implements EnumerableWaypointProvider {
|
||||
|
||||
@Override
|
||||
public Waypoint next() {
|
||||
System.out.println(idx);
|
||||
return waypoints.get(idx--);
|
||||
}
|
||||
|
||||
@ -465,7 +464,6 @@ public class LinearWaypointProvider implements EnumerableWaypointProvider {
|
||||
|
||||
@Override
|
||||
public Waypoint next() {
|
||||
System.out.println(idx);
|
||||
return waypoints.get(idx++);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user