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.
1 parent e96202a commit a186928Copy full SHA for a186928
AAInfographics/AAChartCreator/AAChartView.swift
@@ -299,7 +299,7 @@ public class AAChartView: WKWebView {
299
configuration.userContentController.removeAllUserScripts()
300
NotificationCenter.default.removeObserver(self)
301
#if DEBUG
302
- print("👻👻👻 AAChartView was destroyed!!!")
+ print("👻👻👻 AAChartView instance \(self) has been destroyed!")
303
#endif
304
}
305
0 commit comments