Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathoz committed Sep 21, 2023
1 parent c336224 commit 232155b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ function BracketListDisplay.Bracket(props)
OpponentEntry = propsConfig.OpponentEntry or OpponentDisplay.BracketOpponentEntry,
forceShortName = propsConfig.forceShortName or defaultConfig.forceShortName,
}
mw.logObject(props.bracket)

local headers = BracketListDisplay.computeHeaders(props.bracket, config)

local list = mw.html.create('ul'):addClass('navigation-tabs__list'):attr('role', 'tablist')
Expand Down

0 comments on commit 232155b

Please sign in to comment.