Skip to content

Commit d409ea6

Browse files
Delete print
1 parent 1987746 commit d409ea6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/SharedObject/SharedRepository.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ final class SharedRepository {
1212
private static var objects: [Int: Any] = [:]
1313

1414
static func getObject<ObjectType>(for key: Int, defaultValue: ObjectType?) -> ObjectType {
15-
print(type(of: defaultValue))
1615
if objects[key] == nil {
1716
guard let defaultValue = defaultValue else {
1817
preconditionFailure("SharedObject Error: The object was called for the first time without being initialized")

0 commit comments

Comments
 (0)