mirror of
https://git.coolaj86.com/coolaj86/telebit-relay.js.git
synced 2025-02-21 16:48:04 +00:00
remove leftovers
This commit is contained in:
parent
531337bbc9
commit
8be4d35698
@ -1,14 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
var Packer = require('proxy-packer');
|
||||
var Packer = require('proxy-packer');
|
||||
var PromiseA;
|
||||
try {
|
||||
PromiseA = require('bluebird');
|
||||
} catch(e) {
|
||||
PromiseA = global.Promise;
|
||||
}
|
||||
|
||||
var Devices = require('./device-tracker');
|
||||
var Server = require('./server.js');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user