Changeset 8683

Show
Ignore:
Timestamp:
05/21/07 15:12:48 (20 months ago)
Author:
alex
Message:

remove spurious debugging. Refs #2710

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojo/trunk/_base/fx.js

    r8585 r8683  
    474474 
    475475                                if(isColor){ 
    476                                         console.debug("it's a color!"); 
     476                                        // console.debug("it's a color!"); 
    477477                                        prop.start = new dojo.Color(prop.start); 
    478478                                        prop.end = new dojo.Color(prop.end); 
     
    480480                                        prop.start = (p == "opacity") ? Number(prop.start) : parseInt(prop.start); 
    481481                                } 
    482                                 console.debug("start:", prop.start); 
    483                                 console.debug("end:", prop.end); 
     482                                // console.debug("start:", prop.start); 
     483                                // console.debug("end:", prop.end); 
    484484                        } 
    485485                        this.curve = new PropLine(pm);