Skip to content
Snippets Groups Projects
Commit 425ae433 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Remove debug print

parent b063855a
No related branches found
No related tags found
1 merge request!1304Refactor calendar overview in more different components
Pipeline #142009 failed
......@@ -17,7 +17,6 @@ const calendarSelectedFeedsMixin = {
calendar: {
query: gqlCalendarFeeds,
result({ data }) {
console.log(data);
this.selectedCalendarFeedNames = data.calendar.calendarFeeds
.filter((c) => c.activated)
.map((c) => c.name);
......
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