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
d9e2847a
Commit
d9e2847a
authored
Feb 12, 2015
by
Maxime Perrotin
Browse files
Remove debug printf
parent
1495f878
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/AdaGenerator.py
View file @
d9e2847a
...
...
@@ -1971,8 +1971,6 @@ def array_content(prim, values, asnty):
values is a string with the sequence of numbers as processed by expression
asnty is the reference type of the string literal '''
#rtype = find_basic_type(prim.exprType)
if
asnty
.
Min
==
asnty
.
Max
:
print
prim
.
inputString
,
asnty
,
asnty
.
Min
,
asnty
.
Max
if
asnty
.
Min
!=
asnty
.
Max
:
length
=
len
(
prim
.
value
)
if
isinstance
(
prim
,
ogAST
.
PrimStringLiteral
):
...
...
Write
Preview
Markdown
is supported
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