diff --git a/toolkit/components/maintenanceservice/workmonitor.cpp b/toolkit/components/maintenanceservice/workmonitor.cpp index 5f66e4569949..3529ed2e1cb2 100644 --- a/toolkit/components/maintenanceservice/workmonitor.cpp +++ b/toolkit/components/maintenanceservice/workmonitor.cpp @@ -71,8 +71,6 @@ IsStatusApplying(LPCWSTR updateDirPath, BOOL &isApplying) return FALSE; } - LOG(("updater.exe returned status: %s", buf)); - const char kApplying[] = "applying"; isApplying = strncmp(buf, kApplying, sizeof(kApplying) - 1) == 0;