Skip to content

Commit

Permalink
Remove extra debugging stmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Apr 15, 2021
1 parent f696cea commit e5534db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Var.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit e5534db

Please sign in to comment.