diff options
| -rw-r--r-- | src/index.ts | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/src/index.ts b/src/index.ts index 8c24c2a..1ea3d28 100644 --- a/src/index.ts +++ b/src/index.ts @@ -3,8 +3,6 @@ import { styles } from './styles';  with_player(function(player) { -	// window.player = player; -  	init_mutation_observer(player);  }); | 
