Skip to content

Commit 249ebec

Browse files
committed
Remove commented out stuff in Package.swift
1 parent b7a516b commit 249ebec

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

swift/example_code/s3/presigned-urls/Package.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ let package = Package(
2222
.package(
2323
url: "https://github.com/apple/swift-argument-parser.git",
2424
branch: "main"
25-
)/*,
26-
.package(
27-
url: "https://github.com/swift-server/async-http-client.git",
28-
from: "1.9.0"
29-
)*/
25+
)
3026
],
3127
targets: [
3228
// Targets are the basic building blocks of a package, defining a module or a test suite.
@@ -36,7 +32,6 @@ let package = Package(
3632
dependencies: [
3733
.product(name: "AWSS3", package: "aws-sdk-swift"),
3834
.product(name: "ArgumentParser", package: "swift-argument-parser"),
39-
// .product(name: "AsyncHTTPClient", package: "async-http-client")
4035
],
4136
path: "Sources")
4237
]

0 commit comments

Comments
 (0)