Skip to content

Commit

Permalink
[REMOVE] deinit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Grady Zhuo committed Sep 8, 2024
1 parent 2e83f96 commit c608047
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Sources/EventStoreDB/EventStoreDBClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ public final class EventStoreDBClient {
self.group = MultiThreadedEventLoopGroup(numberOfThreads: numberOfThreads)
}

deinit{
print("EventStoreDBClient[\(ObjectIdentifier(self).hashValue)] shuting down...")
self.group.shutdownGracefully { error in
print("EventStoreDBClient shutdown error: \(String(describing: error))")
}
}

}

// MARK: - Streams Operations
Expand Down

0 comments on commit c608047

Please sign in to comment.