Skip to content

Commit 48d1e38

Browse files
committed
cleanup
1 parent 2bb2120 commit 48d1e38

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/main/js/journeymap.js

-10
Original file line numberDiff line numberDiff line change
@@ -224,16 +224,6 @@ class Journeymap {
224224
}
225225

226226
const reverseHellTranslate = ((this.currentDim !== "minecraft:the_nether") && (waypoint.pos.primaryDimension === "minecraft:the_nether"))
227-
console.log(reverseHellTranslate
228-
+ " : " +
229-
(this.currentDim !== "minecraft:the_nether")
230-
+ " : " +
231-
(waypoint.pos.primaryDimension === "minecraft:the_nether")
232-
+ " : " +
233-
this.currentDim
234-
+ " : " +
235-
waypoint.pos.primaryDimension)
236-
237227
const posX = waypoint.pos.x
238228
const posZ = waypoint.pos.z
239229

0 commit comments

Comments
 (0)