remove unused variables

This commit is contained in:
Grant Limberg 2016-06-13 19:56:43 -07:00
parent b085329bca
commit 2c1a8524f0

View File

@ -60,7 +60,6 @@ class JoinNetworkViewController: NSViewController, NSComboBoxDelegate, NSComboBo
@IBAction func onJoinClicked(sender: AnyObject?) {
let networkString = network.stringValue
let networkId = UInt64(networkString, radix: 16)
ServiceCom.joinNetwork(networkString)