Skip to content

Commit

Permalink
Bug 777431 - Disable settingschange logging for the volume. r=cjones
Browse files Browse the repository at this point in the history
From e2b4eedc27fee58d678766a85baade53629ae780 Mon Sep 17 00:00:00 2001
 manager
---
 dom/system/gonk/AutoMounterSetting.cpp |    2 --
 1 file changed, 2 deletions(-)
  • Loading branch information
dhylands committed Jul 25, 2012
1 parent 576fb16 commit 4f5192a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dom/system/gonk/AutoMounterSetting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ AutoMounterSetting::Observe(nsISupports *aSubject,
if (strcmp(aTopic, MOZSETTINGS_CHANGED) != 0) {
return NS_OK;
}
LOG("%s: detected %s data = '%s'", __FUNCTION__, aTopic,
NS_LossyConvertUTF16toASCII(aData).get());

// Note that this function gets called for any and all settings changes,
// so we need to carefully check if we have the one we're interested in.
Expand Down

0 comments on commit 4f5192a

Please sign in to comment.