Status: New
Owner: [email protected]
Labels: Component-JAIN-SIP-Javascript Type-Enhancement Priority-Medium
JAIN-SIP-Javascript-1.0.0.Final
New issue 23 by [email protected]: Remove debug code in built library
jain-sip.js and jain-sip.min.js
http://code.google.com/p/jain-sip/issues/detail?id=23
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.