Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mark committed Mar 30, 2023
1 parent cf34cf8 commit db32f60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/views/ConnectionForm/EmbedSample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const PlayerView = () => {
// hooks
const actions = Hooks.actions()
const events = Hooks.events()
return (
<MetaEditor
Expand All @@ -44,7 +43,6 @@ const PlayerView = () => {
console.dir(global)
console.dir(stream)
console.dir(actions)
console.dir(events)
}}
psHost="${decodeURIComponent(config.psHost)}"
psConfig={${JSON.stringify(config.psConfig, null, 4).replace(/(?:\r\n|\r|\n)/g, '\n ')}}>
Expand Down
2 changes: 0 additions & 2 deletions src/views/Player/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,13 @@ const PlayerView = ({ config }: Props) => {

// hooks
const actions = Hooks.actions()
const events = Hooks.events()

const handleLoad = () => {
console.log('@'.repeat(30))
console.dir(refPlayer.current)
console.dir(global)
console.dir(stream)
console.dir(actions)
console.dir(events)
}

// render
Expand Down

0 comments on commit db32f60

Please sign in to comment.