Skip to content

Commit 3e2bc4b

Browse files
committed
Remove comment
1 parent 70efbf1 commit 3e2bc4b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

scripts/artifacts-utils/resolve-artifacts.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ import resolveArtifacts from './lib/artifactsResolver';
1414
const args = parseCommandLineArguments();
1515
const platform = args.platform;
1616
const isHybrid = args.hybrid === 'true';
17-
// The only two package names that exist; every caller's package and hybrid-ness always move together, so
18-
// deriving it here instead of taking it as a flag keeps that pairing from being restated at each call site.
1917
const packageName = isHybrid ? 'react-hybrid' : 'react-standalone';
2018

2119
if (platform !== 'ios' && platform !== 'android') {

0 commit comments

Comments
 (0)