Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0256e6a

Browse files
committedSep 6, 2024·
remove unused code
1 parent 317336a commit 0256e6a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎Plugins/AWSLambdaPackager/Plugin.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15-
//import Dispatch
1615
import PackagePlugin
1716
import Synchronization
1817

@@ -250,9 +249,7 @@ struct AWSLambdaPackager: CommandPlugin {
250249
let resourcesDirectoryName = "\(packageName)_\(product.name).resources"
251250
let resourcesDirectory = artifactDirectory.appending(resourcesDirectoryName)
252251
let relocatedResourcesDirectory = workingDirectory.appending(path: resourcesDirectoryName)
253-
print("--------- resources ----------")
254252
if FileManager.default.fileExists(atPath: resourcesDirectory) {
255-
print("--------- copying resources ----------")
256253
try FileManager.default.copyItem(
257254
atPath: resourcesDirectory,
258255
toPath: relocatedResourcesDirectory.path()

0 commit comments

Comments
 (0)
Please sign in to comment.