Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Apr 2, 2024
1 parent 2a85803 commit aaf0c86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/geoip.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,9 @@ describe('received_headers', function () {
})

it('generates results for each received header', function () {
// console.log(this.connection.transaction)
this.connection.transaction.header.add_end('Received', 'from [199.176.179.3]')
this.connection.transaction.header.add_end('Received', 'from [192.48.85.146]')
const results = this.plugin.received_headers(this.connection)
console.log(results)
assert.equal(2, results.length)
})
})

0 comments on commit aaf0c86

Please sign in to comment.