chore: remove console

This commit is contained in:
nivedin
2023-12-07 22:52:17 +05:30
committed by Andrew Bastin
parent 951cff9f30
commit bb8c77fa7a

View File

@@ -108,7 +108,6 @@ function exportedCollectionToHoppCollection(
): HoppCollection<HoppRESTRequest | HoppGQLRequest> {
if (collectionType == "REST") {
const restCollection = collection as ExportedUserCollectionREST
console.log("restCollection", restCollection)
return {
id: restCollection.id,
v: 1,