Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 4610e06

Browse files
committed
Remove unneccessary comment
1 parent 6ddc4f0 commit 4610e06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package-mixins.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ module.exports = (NativeCodePush) => {
2525
// so that the client knows what the current package version is.
2626
try {
2727
const downloadedPackage = await NativeCodePush.downloadUpdate(this);
28-
// Don't report metrics if in DEV mode.
2928
reportStatusDownload && reportStatusDownload(this);
3029
return { ...downloadedPackage, ...local };
3130
} finally {

0 commit comments

Comments
 (0)