remove log
This commit is contained in:
parent
cdbafea607
commit
5811b34b75
1 changed files with 0 additions and 1 deletions
|
|
@ -274,7 +274,6 @@ export async function patchChannel(serverUrl: string, channelId: string, channel
|
|||
v.displayName = channelData.display_name;
|
||||
}
|
||||
v.type = channelData.type;
|
||||
logInfo({channelData});
|
||||
});
|
||||
models.push(channel);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue