remove some leftover code
This commit is contained in:
parent
7e01c0ee7a
commit
7f78d0ce1b
4 changed files with 3 additions and 6 deletions
|
@ -56,8 +56,6 @@ export class BrushEditor extends HTMLElement {
|
|||
renderHakuResult(phase, result) {
|
||||
this.resetErrors();
|
||||
|
||||
console.log(result);
|
||||
|
||||
if (result.status != "error") return;
|
||||
|
||||
this.errorHeader.textContent = `${phase} failed`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue