From c8adef79c6a531de7867c2be6dd2fcd884df69be Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Mon, 19 Jun 2023 17:32:50 -0400 Subject: Removed debug statement. --- src/lpm.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lpm.lua b/src/lpm.lua index d33f152..ef14b74 100644 --- a/src/lpm.lua +++ b/src/lpm.lua @@ -2235,7 +2235,6 @@ not commonly used publically. local lite_xl_datadirs = { DATADIR, directory .. PATHSEP .. "data", directory:find(PATHSEP .. "bin$") and common.dirname(directory .. PATHSEP .. "share" .. PATHSEP .. "lite-xl"), directory .. PATHSEP .. "data" } local lite_xl_datadir = common.first(lite_xl_datadirs, function(p) return p and system.stat(p) end) system_lite_xl = LiteXL.new(nil, { path = directory, datadir_path = lite_xl_datadir, binary_path = { [_G.ARCH] = lite_xl_binary }, mod_version = MOD_VERSION or LATEST_MOD_VERSION, version = "system", tags = { "system", "local" } }) - print("BINARY", json.encode(system_lite_xl)) table.insert(lite_xls, system_lite_xl) lpm_lite_xl_save() else -- cgit v1.2.3