1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-01 10:02:36 +03:00

GH-383 Remove unnec' log msg

This commit is contained in:
Tae Won Ha 2017-04-11 18:57:52 +02:00
parent 58ac0150d0
commit 4257ea6dc5
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -72,7 +72,6 @@ class HtmlPreviewTool: NSView, UiComponent, WKNavigationDelegate {
self.scrollTop = result as? Int ?? 0
self.webview.load(URLRequest(url: url))
NSLog("\(self.scrollTop)")
}
}