Skip to content

Commit 59bb70d

Browse files
committed
Remove logging from config
1 parent c554b04 commit 59bb70d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lua/devcontainer-cli/config.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
-- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1818
-- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
-- SOFTWARE.
20-
local log = require("devcontainer-cli.log")
21-
2220
local ConfigModule = {}
2321
local file_path = debug.getinfo(1).source:sub(2)
2422
local default_config = {
@@ -59,10 +57,8 @@ local default_config = {
5957
local options
6058

6159
function ConfigModule.setup(opts)
62-
log.debug("Configuring devcontainer-cli")
6360
opts = vim.tbl_deep_extend("force", default_config, opts or {})
6461
options = opts
65-
log.debug("Configuring devcontainer-cli complete")
6662
end
6763

6864
return setmetatable(ConfigModule,

0 commit comments

Comments
 (0)