remove unused code

Summary:
remove unused code

follow up clean up from the previous clean up

Reviewed By: jordanwebster

Differential Revision: D39886293

fbshipit-source-id: e0d4d5bea3c2865b7b9c5b362cda9b7dbe7eb5e5
This commit is contained in:
Liubov Dmitrieva 2022-09-29 02:41:00 -07:00 committed by Facebook GitHub Bot
parent 44f96b6796
commit 7759a044f1

View File

@ -111,10 +111,6 @@ Configs::
# Use EdenApi Uploads for uploading commit cloud commits during sync
usehttpupload = True
# The command to download bundles from a backup bundle store
# the command has to be a formatted string with params: 'filename' and 'handle'
get_command = bundlefetcher -h {handle} -o {filename}
"""
from __future__ import absolute_import
@ -162,9 +158,6 @@ configitem("commitcloud", "unhydratedpullsizelimit", 5000)
configitem("commitcloud", "sl_showremotebookmarks", False)
configitem("commitcloud", "sl_showallbookmarks", False)
configitem("commitcloud", "usehttpupload", False)
configitem(
"commitcloud", "get_command", default="jf download --filepath {filename} {handle}"
)
configitem("infinitepushbackup", "enablestatus", default=True)
configitem("infinitepushbackup", "maxheadstobackup", default=-1)