Skip to content

Commit

Permalink
Removing debugging code in StageOutImp_t
Browse files Browse the repository at this point in the history
  • Loading branch information
anpicci committed Oct 16, 2024
1 parent 100ac09 commit 2c576e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python/WMCore/Storage/StageOutImpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ def __call__(self, protocol, inputPFN, targetPFN, options=None, checksums=None):
# destination may also need PFN changed
# i.e. if we are staging in a file from an SE
targetPFN = self.createTargetName(protocol, targetPFN)
self.numRetries = 0
# //
# // Create the output directory if implemented
# //
Expand Down

0 comments on commit 2c576e8

Please sign in to comment.