Skip to content

Commit

Permalink
Removes forgotten print statement (pytorch#123579)
Browse files Browse the repository at this point in the history
As title

Pull Request resolved: pytorch#123579
Approved by: https://github.com/weifengpy, https://github.com/wz337
  • Loading branch information
LucasLLC authored and pytorchmergebot committed Apr 8, 2024
1 parent d8e0c26 commit aa9aed2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torch/distributed/checkpoint/logging_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from torch.distributed.logging_handlers import _log_handlers


print("in oss file")
__all__: List[str] = []

DCP_LOGGER_NAME = "dcp_logger"
Expand Down

0 comments on commit aa9aed2

Please sign in to comment.