Removed unnecessary mark_as_completed in set_progress sample

This commit is contained in:
Pranav Srinivas Kumar
2020-05-08 15:23:01 -05:00
parent 296bde6088
commit a949efd512

View File

@@ -156,8 +156,6 @@ int main() {
bar.set_progress(100); // all done
bar.mark_as_completed();
// Show cursor
show_console_cursor(true);