Skip to content

Commit 92806dc

Browse files
committed
Remove outdated warning
SVN r64521 |2019-09-19 20:02:05 +0000
1 parent 8189b68 commit 92806dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SequenceAnalysis/resources/web/SequenceAnalysis/panel/SequenceAnalysisPanel.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ Ext4.define('SequenceAnalysis.panel.SequenceAnalysisPanel', {
213213

214214
afterStoreLoad: function(){
215215
var dv = this.down('dataview');
216-
LDK.Assert.assertNotEmpty('Dataview Not Found In SequenceAnalaysisPanel', dv);
217216
if (!dv){
218217
console.log('deferring dataview refresh');
219218
Ext4.defer(this.afterStoreLoad, 100, this);

0 commit comments

Comments
 (0)