Remove debugging code inserted during merge
This commit is contained in:
parent
59921d87c2
commit
bb6becc909
1 changed files with 0 additions and 4 deletions
|
@ -16,7 +16,6 @@ class Page_Results extends Page {
|
|||
this.background();
|
||||
};
|
||||
|
||||
|
||||
async background() {
|
||||
// Wait until a change in the session storage.
|
||||
observe((changes) => {
|
||||
|
@ -137,9 +136,6 @@ class Page_Results extends Page {
|
|||
// Set the color.
|
||||
(nested.dictionary.get(this[`data`][`analysis`], [`Rating`, `Trust`]) && document.querySelector(`summary`)) ? document.querySelector(`summary`).setAttribute(`result`, (nested.dictionary.get(this[`data`][`analysis`], [`Rating`, `Trust`]))) : false;
|
||||
}
|
||||
|
||||
// Display the results in the console.
|
||||
console.log(this[`data`][`analysis`])
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue