Skip to content

Commit

Permalink
fix: Remove unwanted code
Browse files Browse the repository at this point in the history
  • Loading branch information
martynia committed Aug 15, 2023
1 parent 12e3595 commit 6de56a4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ def initializeHandler(cls, serviceInfoDict):

except RuntimeError as excp:
return S_ERROR(f"Can't connect to DB: {excp}")
# classic or remote first ?
opsHelper = Operations(vo=vo, setup=self.setup)
uploadPath = opsHelper.getValue("Pilot/UploadPath", "")

# prepare remote pilot plugin initialization
defaultOption, defaultClass = "DownloadPlugin", "FileCacheDownloadPlugin"
cls.configValue = getServiceOption(serviceInfoDict, defaultOption, defaultClass)
Expand Down

0 comments on commit 6de56a4

Please sign in to comment.