removing debug statements
This commit is contained in:
@@ -78,13 +78,11 @@ def main(argv):
|
|||||||
"""
|
"""
|
||||||
The main program for TVEncoder.
|
The main program for TVEncoder.
|
||||||
"""
|
"""
|
||||||
print argv
|
|
||||||
try:
|
try:
|
||||||
opts, args = getopt.getopt(argv, "hlpen:")
|
opts, args = getopt.getopt(argv, "hlpen:")
|
||||||
except getopt.GetoptError:
|
except getopt.GetoptError:
|
||||||
showhelp()
|
showhelp()
|
||||||
sys.exit(2)
|
sys.exit(2)
|
||||||
print opts
|
|
||||||
inputoptions = processarguments(opts)
|
inputoptions = processarguments(opts)
|
||||||
|
|
||||||
settings = Settings("settings.cfg")
|
settings = Settings("settings.cfg")
|
||||||
|
|||||||
Reference in New Issue
Block a user