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
0a1a1c22
Commit
0a1a1c22
authored
Aug 29, 2016
by
Maxime Perrotin
Browse files
Remove debug message
parent
e2004e6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/AdaGenerator.py
View file @
0a1a1c22
...
...
@@ -887,7 +887,6 @@ package {process_name} is'''.format(process_name=process_name,
break
for
statename
in
process
.
cs_mapping
.
viewkeys
()
-
done
:
cs_item
=
process
.
cs_mapping
[
statename
]
taste_template
.
append
(
u
'-- Now what'
)
taste_template
.
append
(
u
'{first}if not msgPending and '
u
'trId = -1 and {}.state = {} then'
.
format
(
LPREFIX
,
statename
,
first
=
'els'
if
done
else
''
))
...
...
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