Remove debug toast(?)

This commit is contained in:
Cohee
2024-06-19 13:13:34 +03:00
parent dca81aef3d
commit e5c8a920ee

View File

@ -585,7 +585,6 @@ export class QuickReply {
<div>${ex.message}</div> <div>${ex.message}</div>
`; `;
} }
const t = toastr.success('b');
} }
this.editorExecutePromise = null; this.editorExecutePromise = null;
this.editorExecuteBtn.classList.remove('qr--busy'); this.editorExecuteBtn.classList.remove('qr--busy');