Skip to content

Commit

Permalink
getting PR ready
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Oct 18, 2024
1 parent dc2dba3 commit 1ce1d19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -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"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
1 change: 0 additions & 1 deletion Sources/SublimationBonjour/Server/BonjourSublimatory.swift
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@
}
)
case .failed(let error): logger.debug("Connection Failure: \(error)")

default: logger.debug("Connection state updated: \(state.debugDescription)")
}
}
Expand Down

0 comments on commit 1ce1d19

Please sign in to comment.