diff --git a/GoldWars/GoldWars/MatchmakingHelper.swift b/GoldWars/GoldWars/MatchmakingHelper.swift index 4b499d4..dc19aae 100644 --- a/GoldWars/GoldWars/MatchmakingHelper.swift +++ b/GoldWars/GoldWars/MatchmakingHelper.swift @@ -119,8 +119,6 @@ class MatchmakingHelper: NSObject, GKMatchmakerViewControllerDelegate, GKMatchDe if let message = try? jsonDecoder.decode(Host.self, from: data) { DataService.sharedInstance.gameHost = message - print("Name: \(player.displayName)") - print("ServerID: \(message.playerID)") } MultiplayerNetwork.sharedInstance.isSending = false } diff --git a/GoldWars/GoldWars/RoundCalculatorService.swift b/GoldWars/GoldWars/RoundCalculatorService.swift index b01b676..db1ef90 100644 --- a/GoldWars/GoldWars/RoundCalculatorService.swift +++ b/GoldWars/GoldWars/RoundCalculatorService.swift @@ -10,4 +10,6 @@ import Foundation class RoundCalculatorServie { + + }