mirror of
https://github.com/meshcore-dev/meshcore.js.git
synced 2026-04-20 22:13:49 +00:00
Merge pull request #2 from recrof/patch-1
remove console.log from findChannelByName loop
This commit is contained in:
commit
536e7641e0
1 changed files with 0 additions and 1 deletions
|
|
@ -1808,7 +1808,6 @@ class Connection extends EventEmitter {
|
|||
|
||||
// find first channel matching name exactly
|
||||
return channels.find((channel) => {
|
||||
console.log(channel);
|
||||
return channel.name === name;
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue