We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a4ce65 + c5c8a85 commit abe62b4Copy full SHA for abe62b4
Puree.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Puree"
3
- s.version = "4.0.1"
+ s.version = "4.0.2"
4
s.summary = "Awesome log aggregator"
5
s.homepage = "https://github.com/cookpad/Puree-Swift"
6
s.license = { :type => "MIT", :file => "LICENSE" }
Sources/Puree/Logger.swift
@@ -98,8 +98,4 @@ public final class Logger {
98
outputs.removeAll()
99
}
100
101
-
102
- deinit {
103
- shutdown()
104
- }
105
0 commit comments