Remove verbose writeFlags as of Grunt v0.4.2 its automatic. Ref gruntjs/grunt#749.

This commit is contained in:
Kyle Robinson Young 2013-11-30 09:07:15 -08:00
parent 37326b9a58
commit ffb72d7dd9

View File

@ -28,8 +28,6 @@ module.exports = function(grunt) {
// assign filename transformation functions
var processName = options.processName || defaultProcessName;
grunt.verbose.writeflags(options, 'Options');
var nsInfo;
if (options.namespace !== false) {
nsInfo = helpers.getNamespaceDeclaration(options.namespace);