From 3e8ff8ebc92051e54f54ccde011a98db16209952 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Tue, 21 Dec 2021 13:03:04 +0530 Subject: [PATCH] chore(cleanup): remove console logs --- .../hoppscotch-app/helpers/utils/parseInsomniaCollection.ts | 2 +- packages/hoppscotch-app/layouts/default.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/hoppscotch-app/helpers/utils/parseInsomniaCollection.ts b/packages/hoppscotch-app/helpers/utils/parseInsomniaCollection.ts index 5d445984b..3cb219c02 100644 --- a/packages/hoppscotch-app/helpers/utils/parseInsomniaCollection.ts +++ b/packages/hoppscotch-app/helpers/utils/parseInsomniaCollection.ts @@ -215,7 +215,7 @@ export function parseInsomniaCollection(inputDataString: string) { outputData.info.name = getCollectionName(inputData.resources) const maps = generateMaps(inputData.resources) - console.log(maps) + const parentChildrenMap = maps[0] // const flatMap = maps[1] diff --git a/packages/hoppscotch-app/layouts/default.vue b/packages/hoppscotch-app/layouts/default.vue index b24c82f49..ed4c31271 100644 --- a/packages/hoppscotch-app/layouts/default.vue +++ b/packages/hoppscotch-app/layouts/default.vue @@ -151,7 +151,6 @@ function defineJumpActions() { export default defineComponent({ components: { Splitpanes, Pane }, setup() { - console.log(useContext()) appLayout() hookKeybindingsListener()