mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
Remove one unnecessary fat arrow in log.
This commit is contained in:
parent
0ec584c93d
commit
2431021a72
@ -1,7 +1,7 @@
|
||||
### @module omega-target/log ###
|
||||
Log = require './log'
|
||||
|
||||
replacer = (key, value) =>
|
||||
replacer = (key, value) ->
|
||||
switch key
|
||||
# Hide values for a few keys with privacy concerns.
|
||||
when "username", "password", "host", "port"
|
||||
|
Loading…
Reference in New Issue
Block a user