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:
parent
a22e19f9be
commit
0c51045c0d
@ -57,7 +57,7 @@ class HttpServerService {
|
||||
return
|
||||
}
|
||||
|
||||
NSLog("Serving \(html) on \(server)")
|
||||
fileLog.debug("Serving \(html) on \(server)")
|
||||
|
||||
let htmlBasePath = server.deletingLastPathComponent().path
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user