On 5/4/16, 10:49 PM, "Harbs" <harbs.li...@gmail.com> wrote:
>Currently, trace statements are preserved and output to the console even >in “release” builds of js. > >How hard would it be to have the compiler strip out trace statements when >it does the minifying step? Do you just not want the output to go to the console or do you want the actual call to trace and associated strings removed from the output? -Alex