Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
64d9b2d6
Commit
64d9b2d6
authored
Mar 28, 2016
by
Maxime Perrotin
Browse files
Remove debug print
parent
228e9598
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/Pr.py
View file @
64d9b2d6
...
...
@@ -343,7 +343,6 @@ def _state(symbol, recursive=True, nextstate=True, composite=False, cpy=False,
# Generate code for a nested state
result
=
Indent
()
agg
=
' AGGREGATION'
if
symbol
.
nested_scene
.
is_aggregation
()
else
''
#if not list(symbol.nested_scene.start) else ''
print
agg
,
unicode
(
symbol
)
result
.
append
(
'STATE{} {};'
.
format
(
agg
,
unicode
(
symbol
).
split
()[
0
]))
result
.
append
(
'SUBSTRUCTURE'
)
Indent
.
indent
+=
1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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