From b72e037e6a457e67df73a21cec6197d5dbd76fc7 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Mon, 9 Sep 2024 11:37:44 -0700 Subject: [PATCH] Remove commented code --- plugins/importer-openapi/src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/importer-openapi/src/index.ts b/plugins/importer-openapi/src/index.ts index 782bd24b..6ff684bf 100644 --- a/plugins/importer-openapi/src/index.ts +++ b/plugins/importer-openapi/src/index.ts @@ -32,7 +32,5 @@ export async function pluginHookImport( return undefined; } - // console.log("HELLO", JSON.stringify(postmanCollection, null, 1)); - return pluginHookImportPostman(ctx, JSON.stringify(postmanCollection)); }