Link to home
Start Free TrialLog in
Avatar of Alex A
Alex A

asked on

Removing console.log from JavaScripy, jQuery, AngularJS app

Can removing multiple console.log from JavaScript, jQuery, AngularJS application cause any issues?

Thanks.
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

Can removing multiple console.log from JavaScript, jQuery, AngularJS application cause any issues?
it depends on how you remove it, if you are doing a Replace All, it probably will cause an issue. So, backup your files before you doing the removal.
SOLUTION
Avatar of Chris Stanyon
Chris Stanyon
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Alex A
Alex A

ASKER

thanks
You are welcome.