Remove debug log
This commit is contained in:
parent
b144b817af
commit
6d27068702
@ -73,7 +73,6 @@ export default defineComponent({
|
||||
|
||||
//Filter out maps appended to other worlds
|
||||
props.world.maps.forEach(map => {
|
||||
console.log(map.appendedWorld, props.world);
|
||||
if(!map.appendedWorld || map.appendedWorld.name === props.world.name) {
|
||||
maps.push(map);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user