Ticket #5057 (closed defect: fixed)
Remove console.debug() calls from dojo.dnd.autoScrollNodes
| Reported by: | guest | Owned by: | alex |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | General | Version: | 0.9 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The function dojo.dnd.autoScrollNodes has two calls to console.debug() (lines 53 and 77). Since this function gets called (generally) on mousemove, these get thrown out into the debug console like crazy - making it difficult to find my own debug calls in it.
Change History
Note: See
TracTickets for help on using
tickets.