Skip to content

Commit 246b4ae

Browse files
committed
Remove outdated documentation
1 parent c24ad14 commit 246b4ae

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Sources/ATProtoKit/ATProtoKit.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ import Logging
1010
/// lexicon methods. Any class that conforms to this protocol must be geared for sending API calls
1111
/// to the AT Protocol. Creating a class that conforms to this is useful if you have additional
1212
/// lexicons specific to the service you're running.
13-
///
14-
/// For logging-related tasks, make sure you set up the logging instide the `init()` method
15-
/// and attach it to the `logger` property.
16-
/// ```swift
17-
/// public init(sessionConfiguration: SessionConfiguration? = nil, logIdentifier: String? = nil, logCategory: String?, logLevel: Logger.Level? = .info) {
18-
/// self.logger = session?.logger ?? logger
19-
/// }
20-
/// ```
2113
public protocol ATProtoKitConfiguration {
2214

2315
/// Represents an object used for managing sessions.

0 commit comments

Comments
 (0)