Skip to content

Commit

Permalink
Remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Apr 1, 2024
1 parent 9a77a8a commit cfd8d2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,6 @@ set_profile() {
}

preserve_autoupdate() {
echo "Preserving autoupdate settings..."
if [[ ${VOINETWORK_PROFILE} == "relay" ]]; then
docker_filename="${voi_home}/docker/relay.yml"
else
Expand All @@ -782,7 +781,6 @@ preserve_autoupdate() {
}

add_update_jitter() {
echo "Add jitter to autoupdate schedule..."
if [[ ${VOINETWORK_PROFILE} == "relay" ]]; then
schedule_filename="${voi_home}/docker/relay.yml"
else
Expand Down

0 comments on commit cfd8d2f

Please sign in to comment.