Skip to content

Commit

Permalink
chore: remove start_watch function
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Bailey committed Apr 19, 2024
1 parent 0c10118 commit 94d3738
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions parts/linux/cloud-init/artifacts/cse_helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -379,13 +379,6 @@ should_skip_nvidia_drivers() {
echo "$should_skip"
}

#start_watch () {
#set +x
#section_start_stopwatch=$(date +%s)
#section_start_timestamp=$(date +%H:%M:%S)
#set -x
#}

installJq () {
# jq is not available until downloaded in install-dependencies.sh with the installDeps function
# but it is needed earlier to call the capture_benchmarks function in pre-install-dependencies.sh
Expand Down

0 comments on commit 94d3738

Please sign in to comment.