Skip to content

Commit dd5220c

Browse files
committed
Fixing debug statement
1 parent 4f32dd9 commit dd5220c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

stashcp.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828

2929
main_redirector = "root://redirector.osgstorage.org"
3030
stash_origin = "root://stash.osgconnect.net"
31-
writeback_host = "http://redirector.osgstorage.org"
32-
#writeback_host = "http://stash-xrd.osgconnect.net:1094"
31+
writeback_host = "http://stash-xrd.osgconnect.net:1094"
3332

3433
# Global variable for nearest cache
3534
nearest_cache = None

0 commit comments

Comments
 (0)