cleanup of status code

This commit is contained in:
azivner
2017-11-25 18:38:29 -05:00
parent cb31e0acf2
commit 8766e9ae4a
4 changed files with 0 additions and 89 deletions

View File

@@ -6,8 +6,6 @@ function syncNow() {
type: 'POST',
success: result => {
if (result.success) {
status.checkStatus();
showMessage("Sync finished successfully.");
}
else {