Skip to content

Commit

Permalink
Merge pull request #91 from skalenetwork/remove-convoy-installation
Browse files Browse the repository at this point in the history
Remove convoy installation
  • Loading branch information
dmytrotkk authored Jan 3, 2020
2 parents 4ddccad + ce9ca5a commit b6335d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ def prepare_host(test_mode, disk_mountpoint, sgx_server_url):
save_disk_mountpoint(disk_mountpoint)
save_sgx_server_url(sgx_server_url)
save_resource_allocation_config()
if not test_mode:
init_convoy(disk_mountpoint)


def init_convoy(disk_mountpoint):
Expand Down

0 comments on commit b6335d1

Please sign in to comment.