Remove extraneous comment from Action Cable overview guide [ci skip]

This section isn't about web notifications, there's an example section
later on in the guide that talks about that and has a similar comment on
it, here it was unnecessary / confusing.
This commit is contained in:
Carlos Antonio da Silva 2021-02-25 16:44:17 -03:00
parent c56d9908bb
commit 574b519b1a
1 changed files with 0 additions and 1 deletions

View File

@ -373,7 +373,6 @@ these channel subscriptions based on an identifier sent by the cable consumer.
```js
// app/javascript/channels/chat_channel.js
// Assumes you've already requested the right to send web notifications
import consumer from "./consumer"
consumer.subscriptions.create({ channel: "ChatChannel", room: "Best Room" }, {