diff --git a/src/lib.rs b/src/lib.rs index db15abc..0af909b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1107,10 +1107,6 @@ mod win { return true; } - if pwsh_package_management().unwrap_or(false) { - return true; - } - vt_attempt().unwrap_or(false) } }