remove unused variables
This commit is contained in:
@@ -60,7 +60,6 @@ class JoinNetworkViewController: NSViewController, NSComboBoxDelegate, NSComboBo
|
|||||||
|
|
||||||
@IBAction func onJoinClicked(sender: AnyObject?) {
|
@IBAction func onJoinClicked(sender: AnyObject?) {
|
||||||
let networkString = network.stringValue
|
let networkString = network.stringValue
|
||||||
let networkId = UInt64(networkString, radix: 16)
|
|
||||||
|
|
||||||
ServiceCom.joinNetwork(networkString)
|
ServiceCom.joinNetwork(networkString)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user