mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
yocto_console_view: Drop debug output
This was accidentally left enabled. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
a232d2c032
commit
8d95b24b8b
|
@ -43,8 +43,6 @@ class _releaseselectorfield {
|
|||
|
||||
gatherFields(rootfield.rootfield.fields);
|
||||
|
||||
console.log(fields_ref);
|
||||
|
||||
// when our field change, we update the fields that we are suppose to
|
||||
$scope.$watch("field.value", function(n, o) {
|
||||
|
||||
|
@ -54,7 +52,6 @@ class _releaseselectorfield {
|
|||
const result = [];
|
||||
for (let k in selector) {
|
||||
const v = selector[k];
|
||||
console.log(k);
|
||||
result.push(fields_ref[k].value = v);
|
||||
}
|
||||
return result;
|
||||
|
|
Loading…
Reference in New Issue
Block a user