Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
386278fa
Commit
386278fa
authored
Feb 02, 2017
by
Peter W. Draper
Browse files
Remove debugging output
parent
923410e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/plot_tasks.py
View file @
386278fa
...
...
@@ -94,8 +94,6 @@ for task in FULLTYPES:
SUBCOLOURS
[
task
]
=
colours
[
ncolours
]
ncolours
=
(
ncolours
+
1
)
%
maxcolours
print
SUBCOLOURS
# 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"
):
from
pydoc
import
help
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment