Skip to content

Commit c5d1023

Browse files
committed
Remove extraneous comment
1 parent 65e6efa commit c5d1023

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bin/stashcp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ def doStashCpSingle(sourceFile, destination, debug=False):
130130
start1 = int(time.time()*1000)
131131

132132
# First, check if the file is available in CVMFS
133-
# Really, we don't need to check for close caches before this, but oh well
134133
if sourceFile[0] == '/':
135134
cvmfs_file = os.path.join("/cvmfs/stash.osgstorage.org/", sourceFile[1:])
136135
else:

0 commit comments

Comments
 (0)