Skip to content

Commit 58035fc

Browse files
Added UI to support the adding/removal (limiting) or projects to policies. DependencyTrack/dependency-track#249
1 parent 0efaa02 commit 58035fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/views/policy/PolicyCondition.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
},
4848
created() {
4949
if (this.condition) {
50-
console.log(this.condition);
5150
this.subject = this.condition.subject;
5251
this.subjectChanged();
5352
this.operator = this.condition.operator;

0 commit comments

Comments
 (0)