Changeset 816

Show
Ignore:
Timestamp:
2008-03-01 01:01:38 (10 months ago)
Author:
MaierMan
Message:

remove debug code again

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/components/filterManager.js

    r797 r816  
    485485 
    486486        enumAll: function FM_enumAll() { 
    487                 this._all.forEach(function(f) { debug(f.toSource()); });  
    488487                return new FilterEnumerator(this._all); 
    489488        },