perf: remove console (log, debug, and warn) messages

This commit is contained in:
liyasthomas
2021-11-05 13:41:25 +05:30
parent 68aa54bdb7
commit a63c0817cc
5 changed files with 16 additions and 25 deletions

View File

@@ -46,9 +46,9 @@ export default () => {
const outcome = await deferredPrompt.userChoice
if (outcome === "accepted") {
console.log("Hoppscotch was installed successfully.")
console.info("Hoppscotch was installed successfully.")
} else {
console.log(
console.info(
"Hoppscotch could not be installed. (Installation rejected by user.)"
)
}