Skip to content

Commit 556bfd2

Browse files
authored
remove leftover debug print statement (#3167)
motivation: no debug print messages changes: remove leftover debug print statement from #3158
1 parent ea0b31e commit 556bfd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/Commands/SwiftTool.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,6 @@ public class SwiftTool {
648648
}
649649

650650
func createBuildSystem(explicitProduct: String? = nil, buildParameters: BuildParameters? = nil) throws -> BuildSystem {
651-
print("createBuildSystem \(try self.canUseCachedBuildManifest())")
652651
let buildSystem: BuildSystem
653652
switch options.buildSystem {
654653
case .native:

0 commit comments

Comments
 (0)