Bug 861920 - Follow-up to remove debug logs. r=me

This commit is contained in:
Fernando Jiménez 2013-05-11 21:13:11 +02:00
parent 8b6e9f1661
commit f66ce92757

View File

@ -304,12 +304,9 @@ DOMStorageObserver::Observe(nsISupports* aSubject,
}
if (!strcmp(aTopic, "disk-space-watcher")) {
printf_stderr("******## receive disk-space-watcher\n");
if (NS_LITERAL_STRING("full").Equals(aData)) {
printf_stderr("******## got full\n");
Notify("low-disk-space");
} else if (NS_LITERAL_STRING("free").Equals(aData)) {
printf_stderr("******## got free\n");
Notify("no-low-disk-space");
}