1
1
mirror of https://github.com/qvacua/vimr.git synced 2025-01-01 10:16:24 +03:00

Remove an NSLog

This commit is contained in:
Tae Won Ha 2017-12-17 10:18:15 +01:00
parent a22e19f9be
commit 0c51045c0d
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -57,7 +57,7 @@ class HttpServerService {
return
}
NSLog("Serving \(html) on \(server)")
fileLog.debug("Serving \(html) on \(server)")
let htmlBasePath = server.deletingLastPathComponent().path