From e5534db647b0c32921c218407a3ec95697d95c80 Mon Sep 17 00:00:00 2001 From: Robert McLay Date: Thu, 15 Apr 2021 15:27:28 -0500 Subject: [PATCH] Remove extra debugging stmt --- src/Var.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Var.lua b/src/Var.lua index a2a1415ff..e76089caa 100644 --- a/src/Var.lua +++ b/src/Var.lua @@ -113,8 +113,6 @@ local function chkMP(name, value, adding) -- Check to see if there are any currently loaded or pending modules -- before looking to rebuild the caches. - - dbg.print{"mt:empty(): ",mt:empty(), "\n"} if (not mt:empty()) then local cached_loads = cosmic:value("LMOD_CACHED_LOADS") local spider_cache = (cached_loads ~= 'no')