UNPKG

grunt-console-clean

Version:

Plugin for grunt to clean up code from console object

8 lines (6 loc) 135 B
var test = 'test variable'; for (var i = 0; i < 2; i++) { var test2 = 'test ' + i; console.log(test2); }; console.warn('End test');