Changeset 15413

Show
Ignore:
Timestamp:
10/06/08 08:33:11 (3 months ago)
Author:
peller
Message:

Remove console.debugs. Fixes #7800 !strict

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/grid/compat/_data/model.js

    r14504 r15413  
    166166        }, 
    167167        badIndex: function(inCaller, inDescriptor){ 
    168                 console.debug('dojox.grid.data.Table: badIndex'); 
     168                console.error('dojox.grid.data.Table: badIndex'); 
    169169        }, 
    170170        isGoodIndex: function(inRowIndex, inColIndex){ 
     
    374374                        this.datumChange(inDatum, inRowIndex, inColIndex); 
    375375                }else{ 
    376                         console.debug('[' + this.declaredClass + '] dojox.grid.data.dynamic.set: cannot set data on an non-loaded row'); 
     376                        console.error('[' + this.declaredClass + '] dojox.grid.data.dynamic.set: cannot set data on a non-loaded row'); 
    377377                } 
    378378        }, 
     
    676676        }, 
    677677        insertion: function(/* index */){ 
    678                 console.debug("Insertion", arguments); 
    679678                this.notify("Insertion", arguments); 
    680679                this.notify("Change", arguments); 
    681680        }, 
    682681        removal: function(/* keys */){ 
    683                 console.debug("Removal", arguments); 
    684682                this.notify("Removal", arguments); 
    685683                this.notify("Change", arguments);