Remove debug code

This commit is contained in:
Yuta Saito 2019-11-20 20:39:30 +09:00 committed by GitHub
parent 626c868f80
commit f2452a86d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -647,7 +647,6 @@ class ProjectGeneratorTests: XCTestCase {
.compactMap { $0.file?.nameOrPath }
try expect(Set(copyBundles)) == expectedBundlesFiles
}
print(target.name)
try expect(copyFilesPhases.count) == expectedCopyFilesPhasesCount
}
}