Update dispatcher.ts

Update dispatcher.ts
This commit is contained in:
tidy-dev 2023-03-01 07:31:03 -05:00
parent 787a227fc2
commit d15f5be626

View file

@ -4053,8 +4053,7 @@ export class Dispatcher {
}
public launchTheAwesomeness(options: IAwesomeness) {
debugger
console.log(options)
address the problem
return this.appStore._launchTheAwesomeness(options)
}
}