demos: remove unnecessary sleeps

This commit is contained in:
Martin von Zweigbergk 2023-02-14 10:59:15 -08:00 committed by Martin von Zweigbergk
parent 54156335e4
commit d87f49ce5f
2 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@ run_command "jj rebase -d test"
comment "We are now going to make another change off of
master:"
sleep 1
run_command "jj co master"
run_command "jj describe -m \"other stuff\""

View File

@ -26,7 +26,6 @@ run_command "jj branch create goodbye"
run_command "jj log"
comment "Start working on a new change off of master:"
sleep 1
run_command "jj co master"
run_command "jj log"