From e1383d531a4c3eb4d83e500aad09f92967abd395 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 5 May 2020 22:42:16 +0200 Subject: src/index.ts: Remove commented global variable That was for testing and is no longer needed. --- src/index.ts | 2 -- 1 file changed, 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); }); -- cgit v1.2.3