Remove debug timeout
This commit is contained in:
parent
9ff7c35fe9
commit
709934b021
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ export default class DeveloperHome extends Vue {
|
|||
this.applications = null;
|
||||
this.applicationError = false;
|
||||
try {
|
||||
await new Promise((resolve) => setTimeout(resolve, 300));
|
||||
const result = await sdk.GetApplications();
|
||||
this.applications = result.applications;
|
||||
} catch (error) {
|
||||
|
|
Loading…
Reference in a new issue