removed not needed lines

This commit is contained in:
Zen 2020-01-13 20:07:48 +02:00
parent c0993ea489
commit 30cb083339

View file

@ -87,8 +87,6 @@ class Av1an:
parser.add_argument('--logging', '-log', type=str, default=self.logging, help='Enable logging')
self.args = parser.parse_args()
logging_ux = '&> /dev/null'
logging_win = '> NUL'
if self.logging != self.args.logging:
if sys.platform == 'linux':