diff --git a/src/core/project.cpp b/src/core/project.cpp index 93d1158b964d441e0905ab30ea7d7c1c56769f5a..feafb447e40c127c8737d127027deaface4dd41c 100644 --- a/src/core/project.cpp +++ b/src/core/project.cpp @@ -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 :