Run lint.

Signed-off-by: Philippe Seewer <philippe.seewer@bfh.ch>
This commit is contained in:
Philippe Seewer 2021-05-07 15:50:02 +02:00
parent e07656b233
commit d064b359d3
1 changed files with 3 additions and 5 deletions

View File

@ -904,8 +904,6 @@ tap.test('search paged', { timeout: 10000 }, function (t) {
t.error(err)
setTimeout(() => {
let gotEntry = 0
console.log('registering searchEntry');
res.on('searchEntry', function () {
gotEntry++
})