Skip to content

Commit 52968cd

Browse files
author
Simon Pilkington
committed
Cleanup Package.swift.
1 parent cf1379c commit 52968cd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Package.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import PackageDescription
1818
let package = Package(
1919
name: "SmokeDynamoDB",
2020
products: [
21-
// Products define the executables and libraries produced by a package, and make them visible to other packages.
2221
.library(
2322
name: "SmokeDynamoDB",
2423
targets: ["SmokeDynamoDB"]),
@@ -29,8 +28,6 @@ let package = Package(
2928
.package(url: "https://github.com/IBM-Swift/LoggerAPI.git", .upToNextMajor(from: "1.0.0")),
3029
],
3130
targets: [
32-
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
33-
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
3431
.target(
3532
name: "SmokeDynamoDB",
3633
dependencies: ["LoggerAPI", "DynamoDBClient", "SmokeHTTPClient"]),

0 commit comments

Comments
 (0)