Skip to content
Snippets Groups Projects
Commit bfc9ae42 authored by Langella Olivier's avatar Langella Olivier
Browse files

debug messages

parent ce100178
No related branches found
No related tags found
No related merge requests found
......@@ -313,14 +313,14 @@ Project::getSameXicPeptideEvidenceList(
void
Project::prepareMsrunRetentionTimesForAlignment() const
{
qDebug() << __FILE__ << " " << __FUNCTION__ << " " << __LINE__;
qDebug();
for(auto &msrun_sp : this->getMsRunStore().getMsRunList())
{
msrun_sp.get()->clearMsRunRetentionTime();
}
qDebug() << __FILE__ << " " << __FUNCTION__ << " " << __LINE__;
qDebug();
bool is_ok = true;
PeptideEvidenceStore empty_store;
for(IdentificationDataSourceSp p_ident_data_source :
......
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