diff --git a/src/MarbleWorld.hx b/src/MarbleWorld.hx index 419f3a2e..f543e08d 100644 --- a/src/MarbleWorld.hx +++ b/src/MarbleWorld.hx @@ -915,11 +915,6 @@ class MarbleWorld extends Scheduler { return; } - if (Key.isDown(Key.H)) { - this.isWatching = true; - this.restart(); - } - this.updateTexts(); }