mirror of
https://github.com/meshcore-dev/meshcore.js.git
synced 2026-04-20 22:13:49 +00:00
remove console.log from findChannelByName loop
This commit is contained in:
parent
9acf56ed81
commit
bc65c5a98d
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