Commit 6371f855 authored by Yutong Zhao's avatar Yutong Zhao
Browse files

removed unnecessary print statements

parent 5d4f86a4
...@@ -309,9 +309,7 @@ Parameters: ...@@ -309,9 +309,7 @@ Parameters:
@staticmethod @staticmethod
def deserializeState(pythonString): def deserializeState(pythonString):
print pythonString
print type(pythonString)
(simTime, periodicBoxVectorsList, energy, coordList, velList, (simTime, periodicBoxVectorsList, energy, coordList, velList,
forceList, paramMap) = XmlSerializer._deserializeStringIntoLists(pythonString) forceList, paramMap) = XmlSerializer._deserializeStringIntoLists(pythonString)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment