Changeset 15414

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

Remove console.debugs in 1.2 branch. Refs #7800 !strict

Files:
1 modified

Legend:

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

    r14504 r15414  
    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);