🔧 Util is no longer used here

This commit is contained in:
Felix Rieseberg 2017-11-20 09:52:13 -08:00
parent b029c088db
commit 05bae0b4c4
2 changed files with 0 additions and 2 deletions

View file

@ -2,7 +2,6 @@
const url = require('url')
const {EventEmitter} = require('events')
const util = require('util')
const {Readable} = require('stream')
const {app} = require('electron')
const {Session} = process.atomBinding('session')

View file

@ -3,7 +3,6 @@
const {Buffer} = require('buffer')
const childProcess = require('child_process')
const path = require('path')
const util = require('util')
const hasProp = {}.hasOwnProperty