Skip to content
Snippets Groups Projects
Commit 386278fa authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Remove debugging output

parent 923410e4
No related branches found
No related tags found
1 merge request!311Update the task plot scripts to include new tasks and subtasks.
...@@ -94,8 +94,6 @@ for task in FULLTYPES: ...@@ -94,8 +94,6 @@ for task in FULLTYPES:
SUBCOLOURS[task] = colours[ncolours] SUBCOLOURS[task] = colours[ncolours]
ncolours = (ncolours + 1) % maxcolours ncolours = (ncolours + 1) % maxcolours
print SUBCOLOURS
# Show docs if help is requested. # Show docs if help is requested.
if len( sys.argv ) == 2 and ( sys.argv[1][0:2] == "-h" or sys.argv[1][0:3] == "--h" ): if len( sys.argv ) == 2 and ( sys.argv[1][0:2] == "-h" or sys.argv[1][0:3] == "--h" ):
from pydoc import help from pydoc import help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment