Skip to content

Commit 40ef95f

Browse files
Dan WahlinDan Wahlin
Dan Wahlin
authored and
Dan Wahlin
committed
Removed comments in setup.js
1 parent c47a6fb commit 40ef95f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

modules/setup.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ function copyIntoDirectories(srcDir, startDir, copyToSubFolderName, dirsToIgnore
1414

1515
if (stat.isDirectory()) {
1616
if (dirsToIgnore.indexOf(dir) === -1) { //Make sure the ignoreDirs aren't involved in the copy operations
17-
// var targetDir = directory + '/' + copyToSubFolderName, //Target directory src should be copied to
18-
// overlayFolder = (overlayFolder) ? overlayFolder : 'files';
19-
// filesOverlaySrc = directory + '/' + overlayFolder, //If no srcDir is provided then we're overlaying lab files into the targetDir
20-
// finalSrc = (srcDir) ? srcDir : filesOverlaySrc;
21-
22-
// fse.copySync(finalSrc, targetDir);
23-
// console.log('Copied ' + finalSrc + ' to ' + targetDir);
24-
2517
copyIntoDirectory(srcDir, directory, copyToSubFolderName, overlayFolder);
2618
}
2719
}

0 commit comments

Comments
 (0)