commit d66032433259f3fb1612230af80ae0ee8e1908da Author: Mike Perry mikeperry-git@fscked.org Date: Sun Oct 2 13:47:48 2011 -0700
Remove a log message. --- src/chrome/content/torbutton.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/chrome/content/torbutton.js b/src/chrome/content/torbutton.js index e91ae2a..8b0837e 100644 --- a/src/chrome/content/torbutton.js +++ b/src/chrome/content/torbutton.js @@ -4381,7 +4381,7 @@ function torbutton_hookdoc(win, doc, state_change, referrer) { if ((!referrer || referrer.spec == "") && win.location != "about:blank") { if (win.top == win.window) { // Only reset if we're the top-level window - torbutton_log(4, "Resetting window.name: "+win.name+" for "+win.location); + //torbutton_log(4, "Resetting window.name: "+win.name+" for "+win.location); win.name = ""; win.window.name = ""; }