removing debug statements
This commit is contained in:
parent
9a35c1e1f4
commit
3c707b52ac
1 changed files with 0 additions and 2 deletions
|
|
@ -78,13 +78,11 @@ def main(argv):
|
|||
"""
|
||||
The main program for TVEncoder.
|
||||
"""
|
||||
print argv
|
||||
try:
|
||||
opts, args = getopt.getopt(argv, "hlpen:")
|
||||
except getopt.GetoptError:
|
||||
showhelp()
|
||||
sys.exit(2)
|
||||
print opts
|
||||
inputoptions = processarguments(opts)
|
||||
|
||||
settings = Settings("settings.cfg")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue