cleanup debug code

This commit is contained in:
Val Erastov 2022-02-22 00:40:45 -08:00
parent 2ee7120175
commit 3d2faf9256
2 changed files with 1 additions and 7 deletions

View file

@ -143,6 +143,7 @@ export function activate(ctx: CoreContext) {
runPromise(i + 1);
}).catch(error => {
debugger
reject({
failIndex: i,
error

View file

@ -66,14 +66,7 @@ function ActionButton({label, icon, icon96, icon32, cssIcons, symbol, size = 'la
</ToolbarButton>
}
const K = constant({
info: "unknown action: ",
label: "unknown action ",
icon: GrCircleQuestion
})
export const NonExistentAppearance = memoize((actionId) => {
debugger
return constant({
info: "unknown action: " + actionId,
label: "unknown action " + actionId,