Skip to content

Commit

Permalink
Remove net
Browse files Browse the repository at this point in the history
  • Loading branch information
pselle authored and ewindisch committed May 12, 2017
1 parent 1e95dae commit 3ac3ecf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ var Promise = require('bluebird')
var request = require('request')
var os = require('os')
var https = require('https')
var net = require('net')

var system = (process.platform === 'linux') ? require('./src/system.js') : require('./src/mockSystem.js')
var getCollectorUrl = require('./src/collector.js')
Expand Down

0 comments on commit 3ac3ecf

Please sign in to comment.