diff --git a/frontend/src/views/Streams.vue b/frontend/src/views/Streams.vue index 58062de73..83f156051 100644 --- a/frontend/src/views/Streams.vue +++ b/frontend/src/views/Streams.vue @@ -20,7 +20,7 @@ - +
-
{ - console.log(fetchMoreResult) const newItems = fetchMoreResult.streams.items //set vue-infinite state @@ -99,7 +97,6 @@ export default { newStream() { this.$refs.streamDialog.open().then((dialog) => { if (!dialog.result) return - console.log(dialog) this.$apollo .mutate({ mutation: gql`