Skip to content

Commit 5998900

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 47a4a6a commit 5998900

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
@@ -51,7 +51,6 @@ def preprocess(self, artifact: AndroidArtifact) -> AndroidAppInfo:
5151
manifest_dict = artifact.get_manifest().model_dump()
5252
has_proguard_mapping = artifact.get_dex_mapping() is not None
5353

54-
# Extract tooling metadata from .sentry-cli-metadata.txt if present
5554
metadata = extract_metadata_from_zip(artifact.path)
5655

5756
self.app_info = AndroidAppInfo(

src/launchpad/size/analyzers/apple.py

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

337-
# Extract tooling metadata from .sentry-cli-metadata.txt if present
338337
metadata = extract_metadata_from_zip(xcarchive.path)
339338

340339
return AppleAppInfo(

0 commit comments

Comments
 (0)