mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
remove console.log
This commit is contained in:
parent
682863f83e
commit
ca904c15d9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user