Skip to content
Snippets Groups Projects
Commit 3b1b7f6d authored by Studer Gabriel's avatar Studer Gabriel
Browse files

remove debug output

parent 568b9496
No related branches found
No related tags found
No related merge requests found
...@@ -223,8 +223,6 @@ class SuperpositionDialog(QtWidgets.QDialog): ...@@ -223,8 +223,6 @@ class SuperpositionDialog(QtWidgets.QDialog):
view_one = self._chain_one.selected_chain view_one = self._chain_one.selected_chain
view_two = self._chain_two.selected_chain view_two = self._chain_two.selected_chain
atoms = self._GetAtomSelection() atoms = self._GetAtomSelection()
print "atoms:", atoms
print "view lengths:", len(view_one.atoms), len(view_two.atoms)
sp = Superpose(view_two, view_one, sp = Superpose(view_two, view_one,
self._mmethod_dict[str(self._methods.currentText())], self._mmethod_dict[str(self._methods.currentText())],
atoms, iterative=self._iterative, atoms, iterative=self._iterative,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment