Skip to content

Commit bcbf06f

Browse files
committed
去掉打印
1 parent b406413 commit bcbf06f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

script/provider/formatting.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ function m.updateNonStandardSymbols(symbols)
9090
end
9191

9292
if #eqTokens ~= 0 then
93-
local result = codeFormat.set_nonstandard_symbol('=', eqTokens)
94-
log.info(result)
93+
codeFormat.set_nonstandard_symbol('=', eqTokens)
9594
end
9695
end
9796

0 commit comments

Comments
 (0)