mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Cleanup debug logging
This commit is contained in:
parent
fc43d93828
commit
641bfe9835
1 changed files with 0 additions and 2 deletions
|
|
@ -106,8 +106,6 @@ async function uninstallIfInstalled() {
|
|||
);
|
||||
|
||||
if (uninstallResult.status !== 0) {
|
||||
ui.writeInformation(uninstallResult.stdout);
|
||||
ui.writeInformation(uninstallResult.stderr);
|
||||
throw new Error(`Uninstall failed (exit code: ${uninstallResult.status})`);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue