console_view: Drop unused code

This code isn't used due to our own plugin changes, drop it.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2023-03-22 23:39:16 +00:00
parent e29e9359d0
commit cc06e00f29

View File

@ -392,14 +392,6 @@ class Console {
if ((buildset == null)) {
return;
}
if ((buildset != null) && (buildset.sourcestamps != null)) {
for (let sourcestamp of Array.from(buildset.sourcestamps)) {
change = this.changesBySSID[sourcestamp.ssid];
if (change != null) {
break;
}
}
}
if (((build.properties != null ? build.properties.yp_build_revision : undefined) != null) || this.revmapping[build.buildid]) {
if ((build.properties != null ? build.properties.yp_build_revision : undefined) != null) {