Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
80842040
Commit
80842040
authored
13 years ago
by
Dmitry Trofimov
Browse files
Options
Download
Email Patches
Plain Diff
Removed print-statements (PY-6675).
parent
52def9db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python/helpers/pydev/pydevd_vars.py
+0
-5
python/helpers/pydev/pydevd_vars.py
with
0 additions
and
5 deletions
+0
-5
python/helpers/pydev/pydevd_vars.py
+
0
-
5
View file @
80842040
...
...
@@ -183,8 +183,6 @@ def varToXML(val, name, doTrim=True):
except
:
value
=
'Unable to get repr for %s'
%
v
.
__class__
print
(
name
)
print
(
quote
(
name
))
xml
=
'<var name="%s" type="%s"'
%
(
makeValidXmlValue
(
quote
(
name
,
'/>_= '
)),
makeValidXmlValue
(
typeName
))
if
value
:
...
...
@@ -208,9 +206,6 @@ def varToXML(val, name, doTrim=True):
else
:
xmlValue
=
''
print
(
value
)
print
(
xmlValue
)
if
is_exception_on_eval
:
xmlCont
=
' isErrorOnEval="True"'
else
:
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help