Skip to content

Commit 10f09cb

Browse files
committed
Remove redundant code
1 parent 88f2ed3 commit 10f09cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/sync_align.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ def main(argv):
3232
pipeline = Pipeline()
3333
config = Config()
3434
parser = argparse.ArgumentParser()
35-
parser.add_argument("-m", "--mode", help="align mode, HW=hardware mode,SW=software mode,NONE=disable align",
36-
type=str, default='HW')
3735
parser.add_argument("-s", "--enable_sync", help="enable sync", type=bool, default=True)
3836
args = parser.parse_args(argv)
3937

0 commit comments

Comments
 (0)