Skip to content

Commit 0a72be7

Browse files
committed
remove troubleshooting code
1 parent ea3294c commit 0a72be7

File tree

1 file changed

+1
-2
lines changed
  • share/github-backup-utils

1 file changed

+1
-2
lines changed

share/github-backup-utils/bm.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ bm_end() {
4949
local tend tstart total
5050
tend=$(date +%s)
5151
tstart=$(eval "echo \$$(bm_desc_to_varname "$@")_start")
52-
echo "tend: $tend"
53-
echo "tstart: $tstart"
52+
5453
total=$(($tend - $tstart))
5554

5655
echo "$1 took ${total}s" >> $BM_FILE_PATH

0 commit comments

Comments
 (0)