Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Apr 11, 2022
1 parent aad3d45 commit 04b960e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/grunt/file_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,6 @@ exports.file = {
var destdir = new Tempdir();
var fixtures = path.resolve('test/fixtures');
var symlinkSource = path.join(srcdir.path, path.basename(fixtures));
console.log('symlinkSource', symlinkSource);
fs.symlinkSync(fixtures, symlinkSource, 'dir');

grunt.file.copy(symlinkSource, destdir.path);
Expand Down

0 comments on commit 04b960e

Please sign in to comment.