Bug 829121 - Follow-up: remove excessive dump() to not confuse developers. r=fabrice

--HG--
extra : rebase_source : 118069b887b95bc6a19110a3848ba47dfa4c5104
This commit is contained in:
Hubert Figuière 2013-01-11 14:18:34 +01:00
parent 79036f80fd
commit f7f76c6caa

View File

@ -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) {