HMS

Home Media Server for Roku Players
git clone https://www.brianlane.com/git/HMS
Log | Files | Refs | README | LICENSE

commit 1cd200376d26a91fae8e8abd132a252d3672bde0
parent aa1d499f95b41171a27a9813e15d3d67abc234bb
Author: Brian C. Lane <bcl@brianlane.com>
Date:   Sat, 19 Nov 2022 11:02:20 -0800

debugUtils: Remove unused variable from PrintAnyAA

Diffstat:
MHMS/source/debugUtils.brs | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/HMS/source/debugUtils.brs b/HMS/source/debugUtils.brs @@ -37,7 +37,6 @@ End Sub '****************************************************** Sub PrintAnyAA(depth As Integer, aa as Object) for each e in aa - x = aa[e] PrintAny(depth, e + ": ", aa[e]) next End Sub