Skip to content

Commit

Permalink
disable trace log
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-x committed Oct 31, 2023
1 parent 9175a36 commit 3e5ddfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/go/asyncmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
local M = {}
local util = require('go.utils')
local log = util.log
local trace = util.log
local trace = util.trace
local getopt = require('go.alt_getopt')

local os_name = vim.loop.os_uname().sysname
Expand Down

0 comments on commit 3e5ddfa

Please sign in to comment.