remove console.log

This commit is contained in:
Lorenzo Migliorero
2024-10-03 13:55:28 +02:00
parent 682863f83e
commit ca904c15d9

View File

@@ -244,8 +244,6 @@ export const getBitbucketRepositories = async (bitbucketId?: string) => {
const data = await response.json();
console.log(data.values);
const mappedData = data.values.map((repo: any) => {
return {
name: repo.name,