Forgot to remove log

This commit is contained in:
Robert Jelic
2025-03-14 03:49:56 +01:00
parent 2916de7d17
commit 84caa6db2d
2 changed files with 5 additions and 1 deletions

View File

@@ -280,7 +280,6 @@ local function mergeTables(t1, t2)
return merged
end
local log = require(".Basalt2/src/log")
local function parseFiles(files)
local finalContent = {}
for k,v in pairs(files)do