mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
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:
parent
e29e9359d0
commit
cc06e00f29
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user