commit 0c6416c2b22afcb26f48eb4cd72feeb454a4f00e Author: David Fifield david@bamsoftware.com Date: Tue Mar 11 21:07:43 2014 -0700
Remove extra console.log. --- firefox/chrome/content/main.js | 1 - 1 file changed, 1 deletion(-)
diff --git a/firefox/chrome/content/main.js b/firefox/chrome/content/main.js index 6cb10d0..1430a57 100644 --- a/firefox/chrome/content/main.js +++ b/firefox/chrome/content/main.js @@ -30,7 +30,6 @@ channel.asyncOpen(listener, null); // https://developer.mozilla.org/en-US/docs/Creating_Sandboxed_HTTP_Connections function StreamListener() { this.onStartRequest = function(aRequest, aContext) { - console.log("onStartRequest\n"); dump("onStartRequest\n"); }; this.onStopRequest = function(aRequest, aContext, aStatus) {
tor-commits@lists.torproject.org