mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
chore: remove comment
This commit is contained in:
parent
bf0e6cdeb3
commit
dfbece4eb5
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ export const CodecSelector: FC<CodecSelectorProps> = () => {
|
|||
});
|
||||
}
|
||||
|
||||
// console.log(supportedCodecs);
|
||||
console.log(supportedCodecs);
|
||||
const items = supportedCodecs.map(codec => (
|
||||
<Option key={codec.key} value={codec.key}>
|
||||
{codec.displayName}
|
||||
|
|
Loading…
Reference in a new issue