Bug 1336979 - Remove unnecessary logging of the update.status contents in the maintenance service. r=mhowell

This commit is contained in:
Robert Strong 2017-04-19 22:59:30 -07:00
Родитель f26370d441
Коммит d760090512
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -71,8 +71,6 @@ IsStatusApplying(LPCWSTR updateDirPath, BOOL &isApplying)
return FALSE; return FALSE;
} }
LOG(("updater.exe returned status: %s", buf));
const char kApplying[] = "applying"; const char kApplying[] = "applying";
isApplying = strncmp(buf, kApplying, isApplying = strncmp(buf, kApplying,
sizeof(kApplying) - 1) == 0; sizeof(kApplying) - 1) == 0;