Removed extraneous comments

This commit is contained in:
David Manning 2014-01-10 01:46:15 -08:00
parent 1ee0a2ac6c
commit 09879621c0

View file

@ -8,9 +8,6 @@ module.exports = function (options) {
var opts = options ? clone(options) : {};
function nodeSass (file, cb) {
// file is on object passed in by gulp
// file.contents is always a Buffer
if (file.isNull()) {
return cb(null, file);