Skip to content

Commit cd19347

Browse files
committed
unnecessary comment
1 parent d557006 commit cd19347

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cli/scripts/rename-tarballs.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ async function main() {
1212
// in order to simplify the tarball names for easier installation,
1313
// we remove the version and commit from the name since they'll be
1414
// uploaded to the GH release notes assets anyway
15-
// const [graph, _version, _commit, ...target] = path.basename(tarball).split('-');
1615
const [graph, _version, _commit, ...target] = tarball.split('-');
1716
console.log(`Found ${tarball}`);
1817
if (target.length) {

0 commit comments

Comments
 (0)