Skip to content

cleanup: Remove debug print statements and clean up commented code#15

Open
hobostay wants to merge 1 commit intofacebookresearch:mainfrom
hobostay:cleanup/remove-debug-code
Open

cleanup: Remove debug print statements and clean up commented code#15
hobostay wants to merge 1 commit intofacebookresearch:mainfrom
hobostay:cleanup/remove-debug-code

Conversation

@hobostay
Copy link
Copy Markdown

Summary

  • Remove DEBUG print statements in domains/genesis/genesis_utils.py (lines 48, 58)
  • Clean up unused commented base images in Dockerfile
  • Consolidate PyTorch CUDA installation comments for better readability

Details

The debug print statements were left in from development and are no longer needed. This PR removes them to clean up the codebase.

The Dockerfile had multiple commented-out base image options and CUDA version instructions that have been cleaned up to improve readability while preserving the important information about alternative CUDA versions.

Test plan

  • Code changes are minimal and straightforward
  • No functional changes to the codebase

🤖 Generated with Claude Code

- Remove DEBUG print statements in genesis_utils.py (lines 48, 58)
- Clean up unused commented base images in Dockerfile
- Consolidate PyTorch CUDA installation comments

These debug statements were left in from development and are no longer needed.
The commented code in Dockerfile has been cleaned up for better readability.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant