showrav017 / jain-sip

Automatically exported from code.google.com/p/jain-sip
0 stars 0 forks source link

Remove debug code in built library jain-sip.js and jain-sip.min.js #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Remove debug code in built library jain-sip.js and jain-sip.min.js:
if(logger!=undefined) logger.debug(....) because the logging flow in the 
console is too heavy and overload the console
But keep the debug line in the original JS source code for debug purposes.

Original issue reported on code.google.com by laurent.strullu.orange@gmail.com on 22 Oct 2012 at 8:43

GoogleCodeExporter commented 8 years ago
Build.bat build.sh modified to remove debug JS lines in built libraries

Original comment by laurent.strullu.orange@gmail.com on 24 Oct 2012 at 4:14