chore: remove console
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user