Changeset 612

Show
Ignore:
Timestamp:
01/19/08 04:05:45 (11 months ago)
Author:
boo..@youngpup.net
Message:

Whoops -- Remove some debug code from change [605] that got left in.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/chrome/chromeFiles/content/miscapis.js

    r605 r612  
    99GM_ScriptStorage.prototype.setValue = function(name, val) { 
    1010  GM_apiLeakCheck(); 
    11  
    12   if (GM_apiLeakCheck()) { 
    13     alert('ALERT ALERT detected leaked GM_ API, aborting!\n'); 
    14     return; 
    15   } 
    1611 
    1712  this.prefMan.setValue(name, val);