Skip to content

Commit 04b960e

Browse files
committed
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

Lines changed: 0 additions & 1 deletion
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)