Skip to content

Commit

Permalink
chore: remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
jcha0713 committed Aug 20, 2022
1 parent d38a341 commit caba0c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/cmp-tw2css/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ local function iter_tree(tree)

if tree:children() ~= nil then
for child_lang, child_tree in pairs(tree:children()) do
print("child lang: " .. child_lang)
if is_stylesheet(child_lang) then
return true
else
Expand Down

0 comments on commit caba0c4

Please sign in to comment.