Skip to content

Commit

Permalink
remove print statements (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurDeclercq committed Oct 3, 2023
1 parent 32712cb commit c87d454
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ms2rescore/gui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,6 @@ def get(self) -> Dict:
"write_flashlfq": self.write_flashlfq.get(),
"protein_kwargs": self._parse_protein_kwargs(self.protein_kwargs.get()),
}
print(config)
return config

@staticmethod
Expand Down

0 comments on commit c87d454

Please sign in to comment.