Skip to content

Commit 6da7c1b

Browse files
committed
Reverting change to package file
1 parent d0c7ab9 commit 6da7c1b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ let package = Package(
9090
name: "SignpostOutput",
9191
description: "Enables `OSSignposter` output from the QUIC implementation."
9292
),
93-
//.default(enabledTraits: []),
94-
.default(enabledTraits: ["DisableDebugLogging", "DisableErrorLogging"]),
93+
.default(enabledTraits: []),
9594
],
9695
dependencies: [
9796
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),

0 commit comments

Comments
 (0)