Skip to content

Commit 6aa25bc

Browse files
committed
fix visibility issue
1 parent c95bc89 commit 6aa25bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ios/Sources/GutenbergKit/Sources/EditorLogging.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ public enum EditorLogger {
6464
public nonisolated(unsafe) static var logLevel: EditorLogLevel = .error
6565
}
6666

67-
68-
public func log(_ level: EditorLogLevel, _ message: @autoclosure () -> String) {
67+
func log(_ level: EditorLogLevel, _ message: @autoclosure () -> String) {
6968
guard level.priority >= EditorLogger.logLevel.priority,
7069
let logger = EditorLogger.shared
7170
else {

0 commit comments

Comments
 (0)