remove extraneous variables

This commit is contained in:
Shelley Vohr 2017-12-01 16:11:54 -05:00
parent af6489576a
commit 45de1e6a7c
No known key found for this signature in database
GPG key ID: F13993A75599653C
3 changed files with 2 additions and 21 deletions

View file

@ -1,7 +1,6 @@
'use strict'
const assert = require('assert')
const http = require('http')
const path = require('path')
const {closeWindow} = require('./window-helpers')
@ -372,4 +371,3 @@ describe('remote module', () => {
})
})
})