Skip to content

Commit

Permalink
never auto-check for updates for qsvdp
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Dec 25, 2023
1 parent 3ff72f5 commit 0b66473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maindp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ fn main() -> QsvExitCode {
Please choose one of the following commands:",
command_list!()
));
_ = util::qsv_check_for_update(true, false);

util::log_end(qsv_args, now);
QsvExitCode::Good
},
Expand Down

0 comments on commit 0b66473

Please sign in to comment.