Skip to content

Commit 8b68ea9

Browse files
committed
Removed proxy command, it depended on old adbkit.
1 parent 3ace40f commit 8b68ea9

File tree

2 files changed

+0
-128
lines changed

2 files changed

+0
-128
lines changed

margerine.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ const { SerialPort } = require('serialport')
44
const yargs = require('yargs')
55
const chalk = require('chalk')
66

7-
const proxyListen = require("./src/proxy").listen
8-
9-
107
/* we use Sentry to help debug in case of errors in the obfuscated build and basic analytics */
118
const Sentry = require("@sentry/node");
129
const Tracing = require("@sentry/tracing");
@@ -78,16 +75,6 @@ const argv = yargs
7875
})
7976
})
8077

81-
})
82-
.command('proxy [port]', 'start the built in http -> https proxy', (yargs) => {
83-
return yargs
84-
.positional('port', {
85-
describe: 'port to start on'
86-
})
87-
}, (argv) => {
88-
const port = argv.port ? argv.port : constants.defaultProxyPort
89-
return proxyListen(port)
90-
9178
})
9279
.command('shell <command> [port]', 'execute a command on rooted device, once per reboot', (yargs) => {
9380
return yargs

src/proxy.js

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)