Skip to content

Commit 04b960e

Browse files
committedApr 11, 2022
Remove console log
1 parent aad3d45 commit 04b960e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎test/grunt/file_test.js

-1
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,6 @@ exports.file = {
908908
var destdir = new Tempdir();
909909
var fixtures = path.resolve('test/fixtures');
910910
var symlinkSource = path.join(srcdir.path, path.basename(fixtures));
911-
console.log('symlinkSource', symlinkSource);
912911
fs.symlinkSync(fixtures, symlinkSource, 'dir');
913912

914913
grunt.file.copy(symlinkSource, destdir.path);

0 commit comments

Comments
 (0)
Please sign in to comment.