UNPKG

grunt-console-clean

Version:

Plugin for grunt to clean up code from console object

5 lines (4 loc) 78 B
var test = 'test variable'; for (var i = 0; i < 2; i++) { console.log(i); };