Skip to content

Commit 5b95f79

Browse files
committed
src/lua/project-create/common_functions.lua: commented string removed
1 parent 4600a35 commit 5b95f79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lua/project-create/common_functions.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ 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
386385
local replicate = dictionary[data]
387386
replicate_data[data] = { }
388387
if is_table(replicate) then

0 commit comments

Comments
 (0)