Skip to content

Commit 49db2be

Browse files
committed
Remove leftover debug info from testing section in container view
1 parent eb6b12c commit 49db2be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/features/containers/pages/container/container.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ <h3>{{ tag.name }}</h3>
183183
<ng-container *ngTemplateOutlet="testingMissingInstructions; context: { section: 'GUI' }"></ng-container>
184184
}
185185
}
186-
{{ containerMetadata.test_invocation_specific.length > 0 && containerMetadata.test_data_url.length > 0 }}
187186
@if (containerMetadata.test_invocation_specific.length > 0 && containerMetadata.test_data_url.length > 0) {
188187
<!-- Has CLI command -->
189188
<ng-container *ngTemplateOutlet="testingCLI; context: { containerMetadata: containerMetadata }"></ng-container>

0 commit comments

Comments
 (0)