diff options
author | brunobar79 <brunobar79@gmail.com> | 2018-07-03 06:50:07 +0800 |
---|---|---|
committer | brunobar79 <brunobar79@gmail.com> | 2018-07-03 06:50:07 +0800 |
commit | 8fbcd95d536183249fbddb9c38b4c2c91c7b1387 (patch) | |
tree | 80c61280376ab05393918c6dbc569611b10f800a /development | |
parent | 0fad48592cb7eac41b301f7cfc7a858286731ae5 (diff) | |
download | tangerine-wallet-browser-8fbcd95d536183249fbddb9c38b4c2c91c7b1387.tar tangerine-wallet-browser-8fbcd95d536183249fbddb9c38b4c2c91c7b1387.tar.gz tangerine-wallet-browser-8fbcd95d536183249fbddb9c38b4c2c91c7b1387.tar.bz2 tangerine-wallet-browser-8fbcd95d536183249fbddb9c38b4c2c91c7b1387.tar.lz tangerine-wallet-browser-8fbcd95d536183249fbddb9c38b4c2c91c7b1387.tar.xz tangerine-wallet-browser-8fbcd95d536183249fbddb9c38b4c2c91c7b1387.tar.zst tangerine-wallet-browser-8fbcd95d536183249fbddb9c38b4c2c91c7b1387.zip |
fix beefy.js warnings
Diffstat (limited to 'development')
-rw-r--r-- | development/beefy.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/development/beefy.js b/development/beefy.js index 4aff78521..c1c436cb6 100644 --- a/development/beefy.js +++ b/development/beefy.js @@ -1,8 +1,5 @@ const beefy = require('beefy') const http = require('http') -const fs = require('fs') -const path = require('path') - const port = 8124 const handler = beefy({ |