Remove commented code

This commit is contained in:
Gregory Schier
2024-09-09 11:37:44 -07:00
parent de6ed1a0cc
commit b72e037e6a

View File

@@ -32,7 +32,5 @@ export async function pluginHookImport(
return undefined;
}
// console.log("HELLO", JSON.stringify(postmanCollection, null, 1));
return pluginHookImportPostman(ctx, JSON.stringify(postmanCollection));
}