diff --git a/Package.resolved b/Package.resolved index 61cb2c8..09d6329 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,13 +1,13 @@ { - "originHash" : "eb6d44461edfa318c7714318cbf366fdaa85477ce7d75eb7670439f78984597b", + "originHash" : "310cf77e37f4fb0934d2f2d16691a6155cb61148b115825c6dace23cf8e569f5", "pins" : [ { "identity" : "sublimation", "kind" : "remoteSourceControl", "location" : "https://github.com/brightdigit/Sublimation.git", "state" : { - "branch" : "remove-logging", - "revision" : "e0cc324217645e3182bfce341d77520d7ea0e468" + "revision" : "593020a9e76039b21cb07114b67ae5abb84a7ffa", + "version" : "2.0.1" } }, { diff --git a/Package.swift b/Package.swift index 115ad42..b930fcf 100644 --- a/Package.swift +++ b/Package.swift @@ -41,7 +41,7 @@ let package = Package( .library(name: "SublimationBonjour", targets: ["SublimationBonjour"]) ], dependencies: [ - .package(url: "https://github.com/brightdigit/Sublimation.git", branch: "remove-logging"), + .package(url: "https://github.com/brightdigit/Sublimation.git", from: "2.0.1"), .package(url: "https://github.com/apple/swift-protobuf.git", from: "1.26.0") ], targets: [ diff --git a/Sources/SublimationBonjour/Server/BonjourSublimatory.swift b/Sources/SublimationBonjour/Server/BonjourSublimatory.swift index 98c6e14..15e5d54 100644 --- a/Sources/SublimationBonjour/Server/BonjourSublimatory.swift +++ b/Sources/SublimationBonjour/Server/BonjourSublimatory.swift @@ -182,7 +182,6 @@ } ) case .failed(let error): logger.debug("Connection Failure: \(error)") - default: logger.debug("Connection state updated: \(state.debugDescription)") } }