From 2eabb4ccab83ce051bd2be53877cc0ad9d295645 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Mon, 19 Jun 2023 18:11:59 -0400 Subject: Removed debug statemet. --- src/lpm.lua | 2 -- 1 file changed, 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 -- cgit v1.2.3