Fix bug on monitoring page update

This commit is contained in:
Thiago Alves 2019-08-23 15:59:17 -03:00 committed by GitHub
parent ffe392752a
commit 8cd28fcd23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -818,10 +818,6 @@ monitoring_tail = """
//Start a new update timer
timeoutID = setTimeout('loadData()', 100);
}
else
{
runtime_logs.value = 'There was a problem retrieving the logs. Error: ' + req.statusText;
}
}
}