Skip to content

Commit

Permalink
Adding header content
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Feb 27, 2024
1 parent c25980d commit 8a3b40f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ function buildFile(filePath, buildDir, url){
}
}

console.log('writing file: ');
console.log(filePath);
if(content != null){
fs.writeFileSync(filePath, content);
}
Expand Down

0 comments on commit 8a3b40f

Please sign in to comment.