mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 18:24:02 +00:00
Bug 829121 - Follow-up: remove excessive dump() to not confuse developers. r=fabrice
--HG-- extra : rebase_source : 118069b887b95bc6a19110a3848ba47dfa4c5104
This commit is contained in:
parent
79036f80fd
commit
f7f76c6caa
@ -231,9 +231,7 @@ var shell = {
|
||||
let cr = Cc["@mozilla.org/xre/app-info;1"]
|
||||
.getService(Ci.nsICrashReporter);
|
||||
cr.annotateCrashReport("B2G_OS_Version", value);
|
||||
} catch(e) {
|
||||
dump("exception: " + e);
|
||||
}
|
||||
} catch(e) { }
|
||||
});
|
||||
#endif
|
||||
} catch(e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user