remove console.log

This commit is contained in:
Sara Vieira 2022-03-27 21:56:23 +02:00
parent 27431f779d
commit cd15e68adc

View File

@ -156,8 +156,6 @@
return errorNotification(error);
}
}
console.log(reposSelectOptions, repositories);
</script>
{#if repositories.length === 0 && loading.repositories === false}