UNPKG

grunt-console-clean

Version:

Plugin for grunt to clean up code from console object

10 lines (7 loc) 173 B
var test = 'test variable'; for (var i = 0; i < 2; i++) { var test2 = 'test 2 ' + i; var test3 = 'test 3 ' + i; console.log(test2, test3); }; console.warn('End test');