removed audit_log

This commit is contained in:
azivner
2017-11-24 20:51:44 -05:00
parent f799d3076b
commit f433b30089
17 changed files with 14 additions and 127 deletions

View File

@@ -48,10 +48,6 @@ function hmac(secret, value) {
return hmac.digest('base64');
}
function browserId(req) {
return req == null ? null : req.get('x-browser-id');
}
function isElectron() {
return !!process.versions['electron'];
}
@@ -81,7 +77,6 @@ module.exports = {
toBase64,
fromBase64,
hmac,
browserId,
isElectron,
formatTwoTimestamps,
hash