From bb8c77fa7afa03a0149eeb66aeb1d311dd9433ae Mon Sep 17 00:00:00 2001 From: nivedin Date: Thu, 7 Dec 2023 22:52:17 +0530 Subject: [PATCH] chore: remove console --- .../src/platform/collections/collections.platform.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/hoppscotch-selfhost-web/src/platform/collections/collections.platform.ts b/packages/hoppscotch-selfhost-web/src/platform/collections/collections.platform.ts index 7a66dcc56..0572eabcf 100644 --- a/packages/hoppscotch-selfhost-web/src/platform/collections/collections.platform.ts +++ b/packages/hoppscotch-selfhost-web/src/platform/collections/collections.platform.ts @@ -108,7 +108,6 @@ function exportedCollectionToHoppCollection( ): HoppCollection { if (collectionType == "REST") { const restCollection = collection as ExportedUserCollectionREST - console.log("restCollection", restCollection) return { id: restCollection.id, v: 1,