removing debug statements

This commit is contained in:
2013-07-14 08:49:01 +10:00
parent 9a35c1e1f4
commit 3c707b52ac

View File

@@ -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")