Skip to content
Snippets Groups Projects
Commit 78daac70 authored by Julian's avatar Julian
Browse files

Remove Debug Print

parent 751ef334
No related branches found
No related tags found
1 merge request!457Resolve "Include room information in coursebook"
Pipeline #194652 failed
...@@ -194,8 +194,6 @@ export default { ...@@ -194,8 +194,6 @@ export default {
index === self.findIndex((t) => t.id === value.id), index === self.findIndex((t) => t.id === value.id),
); );
console.log(allRooms);
return Array.from(allRooms).map((room) => ({ return Array.from(allRooms).map((room) => ({
...room, ...room,
removed: oldIds.includes(room.id) && !newIds.includes(room.id), removed: oldIds.includes(room.id) && !newIds.includes(room.id),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment