Skip to content

Commit 8405585

Browse files
committed
no longer show message for unsupported insight
1 parent 5d934ad commit 8405585

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/views/codeAnalytics/InsightListView/IInsightListViewItemsCreator.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ export class InsightListViewItemsCreator implements IInsightListViewItemsCreator
7676
items.push(...await creator.create( groupedByType[type]));
7777
}
7878
else{
79-
if (this._uknownTemplate){
80-
items.push(this._uknownTemplate);
81-
}
79+
// if (this._uknownTemplate){
80+
// items.push(this._uknownTemplate);
81+
// }
8282
console.warn(`codeobject of type ${type} is not supported`);
8383
//throw new Error(`codeobject of type ${type} is not supported`);
8484
}

0 commit comments

Comments
 (0)