Javascript best practice: handling Firebug-specific code
        Posted  
        
            by Dan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dan
        
        
        
        Published on 2009-05-27T12:15:21Z
        Indexed on 
            2010/05/23
            16:11 UTC
        
        
        Read the original article
        Hit count: 428
        
Firebug is certainly a wonderful tool for javascript debugging; I use console.log() extensively.
I wanted to know if I can leave the Firebug-specific code in production. What's the best practice? Commenting the debug code?
© Stack Overflow or respective owner