Skip to content

Commit

Permalink
Fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
samdeane committed Aug 14, 2019
1 parent 2c74dd8 commit d51ba24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LoggerKit/LoggerMenuUIKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ import Logger
)
builder.insertChild(loggerMenu, atStartOfMenu: debugMenu.identifier)

var channelItems = [UIMenuElement]()
let channelItems = [UIMenuElement]()
for channel in manager.registeredChannels {
// let item = UICommand(title: channel.name, image: nil, action: #selector(toggleChannel), propertyList: channel.name, alternates: [], discoverabilityTitle: channel.name, attributes: [], state: .on)
// item.title = channel.name
Expand Down

0 comments on commit d51ba24

Please sign in to comment.