pySim-trace: Don't print argparse object at start-up

Change-Id: I881471d026457d8ffcfdbd412c7aae0d0bff9344
This commit is contained in:
Harald Welte 2022-07-24 10:22:46 +02:00
parent 72c5b2d796
commit 86d698d310
1 changed files with 0 additions and 1 deletions

View File

@ -145,7 +145,6 @@ parser_rspro_pyshark_live.add_argument('-i', '--interface', required=True,
if __name__ == '__main__': if __name__ == '__main__':
opts = option_parser.parse_args() opts = option_parser.parse_args()
pp(opts)
logger.info('Opening source %s...' % opts.source) logger.info('Opening source %s...' % opts.source)
if opts.source == 'gsmtap-udp': if opts.source == 'gsmtap-udp':