We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad3d45 commit 04b960eCopy full SHA for 04b960e
test/grunt/file_test.js
@@ -908,7 +908,6 @@ exports.file = {
908
var destdir = new Tempdir();
909
var fixtures = path.resolve('test/fixtures');
910
var symlinkSource = path.join(srcdir.path, path.basename(fixtures));
911
- console.log('symlinkSource', symlinkSource);
912
fs.symlinkSync(fixtures, symlinkSource, 'dir');
913
914
grunt.file.copy(symlinkSource, destdir.path);
0 commit comments