commit 44ea30351bcbcccc96a91505c77fd0e7141e35e0 Author: Jacob Appelbaum jacob@appelbaum.net Date: Thu Oct 23 14:06:29 2014 +0000
remove dump() --- components/torbirdy.js | 1 - 1 file changed, 1 deletion(-)
diff --git a/components/torbirdy.js b/components/torbirdy.js index 71d250e..40adadb 100644 --- a/components/torbirdy.js +++ b/components/torbirdy.js @@ -413,7 +413,6 @@ TorBirdy.prototype = { },
setPrefs: function() { - dump("Setting TorBirdy preferences\n"); // If custom values are set for specific preferences, override the defaults with them. // For each preference, get the type and then set the property. for (var i = 0; i < this.customPrefs.length; i++) {
tor-commits@lists.torproject.org