Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
5cf2c3fd
Commit
5cf2c3fd
authored
Nov 17, 2014
by
peastman
Browse files
Merge pull request #733 from swails/remove_dbg
Remove what appears to be a debug message.
parents
59ab6fc9
f0b8ac14
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
wrappers/python/src/swig_doxygen/swig_lib/python/pythoncode.i
...pers/python/src/swig_doxygen/swig_lib/python/pythoncode.i
+0
-1
No files found.
wrappers/python/src/swig_doxygen/swig_lib/python/pythoncode.i
View file @
5cf2c3fd
...
...
@@ -79,7 +79,6 @@ class State(_object):
return
serializationString
def
__setstate__
(
self
,
serializationString
)
:
print
'
calling
set
state
'
dState
=
XmlSerializer
.
deserialize
(
serializationString
)
#
Safe
provided
no
__slots__
or
other
weird
things
are
used
self
.
__dict__
.
update
(
dState
.
__dict__
)
...
...
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