1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-29 13:52:03 +01:00

chore: drop stray output

This commit is contained in:
aclist 2023-11-23 00:04:52 +09:00
parent 653899c16f
commit dedeeb0758

View file

@ -1007,7 +1007,6 @@ toggle_branch(){
fi
flip_branch="branch=\"$branch\""
awk -v "var=$flip_branch" -v "nr=$nr" 'NR==nr {$0=var}{print}' ${config_path}dztuirc.old > $config_file
printf "[DZGUI] Toggled branch to '$branch'\n"
source $config_file
}
generate_log(){