mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 23:38:30 +08:00
Removed unnecessary console.log statements.
This commit is contained in:
parent
ee76fb8aea
commit
af5c27a565
@ -114,7 +114,6 @@ export class EventsView extends ResizableWidget {
|
|||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
console.log(`${event.id} -> ${child.id}`, low_pos, high_pos, `depth: ${depth}`);
|
|
||||||
|
|
||||||
for (let i = low_pos; i < high_pos; i++) {
|
for (let i = low_pos; i < high_pos; i++) {
|
||||||
used_depths[i][depth] = true;
|
used_depths[i][depth] = true;
|
||||||
@ -133,7 +132,6 @@ export class EventsView extends ResizableWidget {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(used_depths);
|
|
||||||
element.style.marginLeft = `${SPACING * max_depth}px`;
|
element.style.marginLeft = `${SPACING * max_depth}px`;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user