Skip to content

Commit 2004a0e

Browse files
committed
Reduce error logging
1 parent f7054b7 commit 2004a0e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

SequenceAnalysis/resources/web/SequenceAnalysis/panel/SequenceImportPanel.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,6 @@ Ext4.define('SequenceAnalysis.panel.SequenceImportPanel', {
603603
this.fileNameStore.each(function(f){
604604
msg += '[' + f.get('fileName') + ']\n';
605605
}, this);
606-
607-
LDK.Utils.logError(msg);
608606
}
609607

610608
return errorMsgs;
@@ -630,7 +628,6 @@ Ext4.define('SequenceAnalysis.panel.SequenceImportPanel', {
630628
msg += '[' + f.get('fileName') + ']\n';
631629
}, this);
632630

633-
LDK.Utils.logError(msg);
634631
errorMsgs.push('Possible error: Encountered reverse reads prior to forward reads for ' + setId + ', which can indicate files are out of alphabetical order, one file from a pair is missing, or a problem parsing the filenames. Please check over the file groups carefully.');
635632

636633
var m = Ext4.create('SequenceAnalysis.model.ReadsetDataModel', {});

0 commit comments

Comments
 (0)