Remove repo param support & logs

This commit is contained in:
Nishtha Gupta
2022-12-29 15:51:31 +05:30
parent 64305dab94
commit 9dbafb83da
7 changed files with 0 additions and 30 deletions

View File

@@ -63,9 +63,6 @@ export function getOldestVersions(
paginate: response.data.length === numVersions,
totalCount: response.data.length
}
console.log(
`Response from getOldestVersions method: ${JSON.stringify(resp)}`
)
return resp
})
)