Update src/modules/markers-generator.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Marc Emmanuel 2026-02-17 08:59:50 +01:00 committed by GitHub
parent b62ff8f414
commit dfedc2377d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -530,7 +530,6 @@ class MarkersModule {
}
private listVolcanoes({ cells }: PackedGraph) {
console.log("Listing volcanoes...", this);
return cells.i.filter((i) => !this.occupied[i] && cells.h[i] >= 70);
}