File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Plugins/AWSLambdaPackager Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 12
12
//
13
13
//===----------------------------------------------------------------------===//
14
14
15
- //import Dispatch
16
15
import PackagePlugin
17
16
import Synchronization
18
17
@@ -250,9 +249,7 @@ struct AWSLambdaPackager: CommandPlugin {
250
249
let resourcesDirectoryName = " \( packageName) _ \( product. name) .resources "
251
250
let resourcesDirectory = artifactDirectory. appending ( resourcesDirectoryName)
252
251
let relocatedResourcesDirectory = workingDirectory. appending ( path: resourcesDirectoryName)
253
- print ( " --------- resources ---------- " )
254
252
if FileManager . default. fileExists ( atPath: resourcesDirectory) {
255
- print ( " --------- copying resources ---------- " )
256
253
try FileManager . default. copyItem (
257
254
atPath: resourcesDirectory,
258
255
toPath: relocatedResourcesDirectory. path ( )
You can’t perform that action at this time.
0 commit comments