Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Frityet committed Dec 13, 2023
1 parent e53c980 commit da4f496
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tl
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,7 @@ end
-- Build system (deprecated, use Cyan)
--------------------------------------------------------------------------------

-- local has_lfs, lfs = pcall(require, "lfs")
local has_lfs = false
local has_lfs, lfs = pcall(require, "lfs")

local build
if has_lfs then
Expand Down

0 comments on commit da4f496

Please sign in to comment.