aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-06-19 17:32:50 -0400
committerAdam Harrison <adamdharrison@gmail.com>2023-06-19 17:32:50 -0400
commitc8adef79c6a531de7867c2be6dd2fcd884df69be (patch)
treedb6774e9726ab7a6127e5eea1877176527b7530f
parent7aaf54bb4e4b2e774da00f213aa9bcc94121c972 (diff)
downloadlite-xl-plugin-manager-c8adef79c6a531de7867c2be6dd2fcd884df69be.tar.gz
lite-xl-plugin-manager-c8adef79c6a531de7867c2be6dd2fcd884df69be.zip
Removed debug statement.
-rw-r--r--src/lpm.lua1
1 files changed, 0 insertions, 1 deletions
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