fix: remove console.log
This commit is contained in:
parent
dbf910ff38
commit
5a206a140c
1 changed files with 0 additions and 1 deletions
|
|
@ -131,7 +131,6 @@
|
||||||
}
|
}
|
||||||
async function getStatus() {
|
async function getStatus() {
|
||||||
if ($status.application.loading) return;
|
if ($status.application.loading) return;
|
||||||
console.log('getStatus');
|
|
||||||
$status.application.loading = true;
|
$status.application.loading = true;
|
||||||
const data = await get(`/applications/${id}/status.json`);
|
const data = await get(`/applications/${id}/status.json`);
|
||||||
$status.application.isRunning = data.isRunning;
|
$status.application.isRunning = data.isRunning;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue