1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-29 03:53:38 +03:00

GH-339 Remove unnec' logs

This commit is contained in:
Tae Won Ha 2017-01-22 13:45:49 +01:00
parent 3cff6f5894
commit 284e06027c
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -172,9 +172,6 @@ class MarkdownRenderer: NSObject, Flow, PreviewRenderer {
let menuItems: [NSMenuItem]?
init(source: Observable<Any>, scrollSource: Observable<Any>, httpServer: HttpServer, initialData: PrefData) {
NSLog("\(#function) \(uuid)")
NSLog("\(#function) \(self.tempDir)")
guard let templateUrl = Bundle.main.url(forResource: "template",
withExtension: "html",
subdirectory: "markdown")