Skip to content

Commit 37c09c1

Browse files
committed
remove debug code
1 parent a0bec6e commit 37c09c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatStorage.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,8 @@ final class HeartbeatStorage: HeartbeatStorageProtocol {
6767
static func getInstance(id: String) -> HeartbeatStorage {
6868
instancesLock.withLock {
6969
if let cachedInstance = cachedInstances[id]?.object {
70-
print("fred")
7170
return cachedInstance
7271
} else {
73-
print("bob")
7472
let newInstance = HeartbeatStorage.makeHeartbeatStorage(id: id)
7573
cachedInstances[id] = WeakContainer(object: newInstance)
7674
return newInstance

0 commit comments

Comments
 (0)