mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
removed not needed lines
This commit is contained in:
parent
c0993ea489
commit
30cb083339
1 changed files with 0 additions and 2 deletions
2
av1an.py
2
av1an.py
|
@ -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':
|
||||
|
|
Loading…
Reference in a new issue