mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-28 02:54:31 +03:00
GH-339 Remove unnec' log msgs
This commit is contained in:
parent
a3428879af
commit
dbf25c25ec
@ -337,7 +337,6 @@ class MainWindowComponent: WindowComponent,
|
||||
|
||||
override func subscription(source: Observable<Any>) -> Disposable {
|
||||
return source
|
||||
.do(onNext: { any in NSLog("\(any)") })
|
||||
.filter { $0 is PrefData }
|
||||
.map { ($0 as! PrefData).appearance }
|
||||
.filter { [unowned self] appearanceData in
|
||||
|
@ -331,9 +331,6 @@ class MarkdownRenderer: NSObject, Flow, PreviewRenderer {
|
||||
}
|
||||
|
||||
fileprivate func render(from url: URL) {
|
||||
|
||||
NSLog("\(#function): \(url)")
|
||||
|
||||
let doc = CMDocument(contentsOfFile: url.path, options: .sourcepos)
|
||||
let renderer = CMHTMLRenderer(document: doc)
|
||||
|
||||
|
@ -130,6 +130,6 @@ class PrefStore: StandardFlow {
|
||||
|
||||
self.userDefaults.setValue(self.data.dict(), forKey: PrefStore.compatibleVersion)
|
||||
self.publish(event: self.data)
|
||||
})
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user