Skip to content

Commit

Permalink
[FINNA-2636] Remove extraneous logging from finna:lessToSass
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Oct 7, 2024
1 parent 80a6dd0 commit 3eb6c40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gruntfile.local.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ module.exports = function(grunt) {
expand: true,
src: ['*.less', '**/*.less'],
filter: function(filepath) {
console.log(filepath);
return !excludedFiles.includes(filepath);
},
ext: '.scss'
Expand Down

0 comments on commit 3eb6c40

Please sign in to comment.