Remove debug timeout

This commit is contained in:
Dominik Korsa 2021-02-13 18:25:45 +01:00
parent 9ff7c35fe9
commit 709934b021
No known key found for this signature in database
GPG key ID: 9F6F7E66CBF4C1D9

View file

@ -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) {