From e23f3ff8ac806e17a335b697dbce418676e2e771 Mon Sep 17 00:00:00 2001 From: JD Layman Date: Tue, 7 Sep 2021 20:36:21 -0500 Subject: [PATCH] Remove debugging breakpoint --- components/ItemGrid/ItemGrid.brs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/ItemGrid/ItemGrid.brs b/components/ItemGrid/ItemGrid.brs index 2e292e83..f497b3f9 100644 --- a/components/ItemGrid/ItemGrid.brs +++ b/components/ItemGrid/ItemGrid.brs @@ -392,7 +392,6 @@ sub optionsClosed() if m.tvGuide <> invalid m.tvGuide.lastFocus.setFocus(true) end if - stop end sub sub showTVGuide()