From da4f496a862b71cb4436439d00229189231b2c45 Mon Sep 17 00:00:00 2001 From: Amrit Bhogal Date: Tue, 12 Dec 2023 17:48:32 -0800 Subject: [PATCH] remove debug --- tl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tl b/tl index 87e22b964..c18177165 100755 --- a/tl +++ b/tl @@ -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