Skip to content

Commit 5d5b2d4

Browse files
runningcodeclaude
andcommitted
refactor: Remove redundant comments (EME-606)
Removes comments that simply restate what the code is doing. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 8602527 commit 5d5b2d4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/launchpad/size/analyzers/android.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def preprocess(self, artifact: AndroidArtifact) -> AndroidAppInfo:
5656
manifest_dict = artifact.get_manifest().model_dump()
5757
has_proguard_mapping = artifact.get_dex_mapping() is not None
5858

59-
# Extract tooling metadata from .sentry-cli-metadata.txt if present
6059
metadata = extract_metadata_from_zip(artifact.path)
6160

6261
self.app_info = AndroidAppInfo(

src/launchpad/size/analyzers/apple.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ def _extract_app_info(self, xcarchive: ZippedXCArchive) -> AppleAppInfo:
309309
binaries = xcarchive.get_all_binary_paths()
310310
missing_dsym_binaries = [b.name for b in binaries if b.dsym_path is None]
311311

312-
# Extract tooling metadata from .sentry-cli-metadata.txt if present
313312
metadata = extract_metadata_from_zip(xcarchive.path)
314313

315314
return AppleAppInfo(

0 commit comments

Comments
 (0)