This commit is contained in:
Etha-Arrowood 2018-09-11 14:13:54 -04:00
Родитель ca93dcd97d
Коммит 528b698048
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -20,7 +20,7 @@ const audit = (extensionLogArgs, auditOptions) => {
}
module.exports = {
auditDirectly: audit,
audit: audit,
initialize: (context, opts) => {
assert(opts, 'Options object must be defined')
assert(typeof opts.eventName === 'string', 'Event name must be a string')
@ -28,7 +28,6 @@ module.exports = {
const auditOptions = opts
// clearQueue()
auditQueue = []
shimmer.wrap(context, 'log', function (original) {