Skip to content

Commit 475d3f0

Browse files
author
89apt89
committed
Remove commented code
1 parent ed24839 commit 475d3f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/systems/kscott/randomspawnplus3/spawn/SpawnCacher.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ public void run() {
129129
List<String> cachedSpawnsCopy = new ArrayList<>(cachedSpawns);
130130

131131
spawnCopyCopy.forEach(cachedSpawnsCopy::remove);
132-
//plugin.getLogger().info(Arrays.toString(cachedSpawnsCopy.toArray()));
133-
134132
save();
135133
spawnCopy = new ArrayList<>(cachedSpawns);
136134
}

0 commit comments

Comments
 (0)