stray printf

This commit is contained in:
ben%bengoodger.com 2004-05-02 04:22:43 +00:00
parent 481ec72cda
commit be7d47d0c3

View File

@ -2786,7 +2786,6 @@ NS_IMETHODIMP nsChromeRegistry::UninstallPackage(const nsACString& aPackageName,
// This overlay entry is for a package that is being uninstalled. Remove the
// entry from the overlay list.
printf("*** uninstall = %s; target = %s\n", uninstallHost.get(), targetHost.get());
if (targetHost.Equals(uninstallHost))
container->RemoveElement(element, PR_TRUE);
}