commit c0337354dd972fecef30f651ab987cc6c375e39d Author: Sukhbir Singh sukhbir@torproject.org Date: Wed Jun 15 08:40:19 2016 -0400
Update log comments --- components/torbirdy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/torbirdy.js b/components/torbirdy.js index 1f569d0..84ea9c7 100644 --- a/components/torbirdy.js +++ b/components/torbirdy.js @@ -459,7 +459,7 @@ TorBirdy.prototype = { onUninstalling: function(addon, needsRestart) { this.onStateChange(); if (addon.id == TB_ID) { - dump("Nooo! TorBirdy uninstall requested\n"); + dump("TorBirdy uninstall requested\n"); this._uninstall = true; this.resetUserPrefs(); } @@ -468,7 +468,7 @@ TorBirdy.prototype = { onOperationCancelled: function(addon) { this.onStateChange(); if (addon.id == TB_ID) { - dump("Uninstall requested cancelled. Yayay!\n"); + dump("Uninstall requested cancelled\n"); this._uninstall = false; this.setPrefs(); }
tor-commits@lists.torproject.org