Skip to content
Snippets Groups Projects
Commit b4fe6d8d authored by Kien Le's avatar Kien Le
Browse files

Remove unnecessary print

parent 4bd354f8
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,6 @@ class RT130(GeneralData): ...@@ -75,7 +75,6 @@ class RT130(GeneralData):
if self.creator_thread.isInterruptionRequested(): if self.creator_thread.isInterruptionRequested():
raise ThreadStopped() raise ThreadStopped()
self.finalize_data() self.finalize_data()
print(self.mass_pos_data)
def finalize_data(self): def finalize_data(self):
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment