Changeset 617

Show
Ignore:
Timestamp:
01/19/08 09:50:51 (11 months ago)
Author:
oyasu..@gmail.com
Message:

These two debug messages show up a lot in the javascript console if you have Taboo (https://addons.mozilla.org/en-US/firefox/addon/5756) installed, for instance, or anything else which also defines a log() function, but without GM's debug mode filtering. Could we perhaps remove them?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/jhs1/chrome/chromeFiles/content/browser.js

    r615 r617  
    311311    if (item.win == unsafeWin) { 
    312312 
    313       log("* Found corresponding commander. Is currentMenuCommander: " + 
    314           (item.commander == this.currentMenuCommander)); 
    315  
    316313      if (item.commander == this.currentMenuCommander) { 
    317314        this.currentMenuCommander.detach(); 
     
    321318      this.menuCommanders.splice(i, 1); 
    322319 
    323       log("* Found and removed corresponding commander") 
    324320      break; 
    325321    }