mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-31 04:49:05 +01:00
cleanup debug code
This commit is contained in:
parent
2ee7120175
commit
3d2faf9256
2 changed files with 1 additions and 7 deletions
|
|
@ -143,6 +143,7 @@ export function activate(ctx: CoreContext) {
|
|||
|
||||
runPromise(i + 1);
|
||||
}).catch(error => {
|
||||
debugger
|
||||
reject({
|
||||
failIndex: i,
|
||||
error
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue