Skip to content

Commit

Permalink
Remove tmp debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
STREGA committed Dec 10, 2024
1 parent f54bbfb commit 88efbcd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Plugins/PDCPlugin/PDCPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ struct ModuleBuildRequest {
// Immutable for concurrency
let productDependencies = _productDependencies

print("Products:", productDependencies.map(\.name))

// MARK: - Flags

let mcu = "cortex-m7"
Expand Down Expand Up @@ -308,7 +306,6 @@ struct ModuleBuildRequest {
// No manual flags
] + getSwiftModuleAliases(for: .simulator) + getCIncludes(for: .simulator)

print("Flags:", getLinkedLibraries(for: .simulator))
// MARK: - CLI

@Sendable func cc(_ arguments: [String]) throws {
Expand Down

0 comments on commit 88efbcd

Please sign in to comment.