Skip to content

Commit 4600a35

Browse files
committed
src/lua/project-create/common_functions.lua: excessive log removed
1 parent a0d3ea6 commit 4600a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lua/project-create/common_functions.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ local function make_plain_dictionary(dictionary, parent)
382382

383383
for i = 1, #replicate_data do
384384
local data = replicate_data[i]
385-
log("replicate_data[", i, "]", data) -- to prevent seg faults, remove it to reproduce TODO: #3786
385+
-- log("replicate_data[", i, "]", data) -- to prevent seg faults, remove it to reproduce TODO: #3786
386386
local replicate = dictionary[data]
387387
replicate_data[data] = { }
388388
if is_table(replicate) then

0 commit comments

Comments
 (0)