diff options
Diffstat (limited to 'src/lpm.lua')
-rw-r--r-- | src/lpm.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lpm.lua b/src/lpm.lua index ef14b74..6aefc9a 100644 --- a/src/lpm.lua +++ b/src/lpm.lua @@ -2221,8 +2221,6 @@ not commonly used publically. if BINARY and not system.stat(BINARY) then error("can't find specified --binary") end if DATADIR and not system.stat(DATADIR) then error("can't find specified --datadir") end local lite_xl_binary = BINARY or common.path("lite-xl" .. EXECUTABLE_EXTENSION) - print("BINRAY", lite_xl_binary) - os.exit(0) if lite_xl_binary then local stat = system.stat(lite_xl_binary) if not stat then error("can't find lite-xl binary " .. lite_xl_binary) end |