Changeset 59

Show
Ignore:
Timestamp:
2007-02-02 19:48:17 (2 years ago)
Author:
MaierMan
Message:

comment-out debug-code.

Files:

Legend:

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

    r49 r59  
    362362                this._mustReload = false; 
    363363 
    364                 error("DTAFM: reload");                
     364                //error("DTAFM: reload");              
    365365                this._filters = {}; 
    366366                this._count = 0; 
     
    510510        // nsITimerCallback 
    511511        notify: function FM_notify() { 
    512                 error("DTAFM: notify"); 
     512                //error("DTAFM: notify"); 
    513513                this.reload(); 
    514514        }