Remove old console.log
This commit is contained in:
parent
6a3d701e82
commit
75791c4e71
1 changed files with 0 additions and 1 deletions
|
|
@ -28,7 +28,6 @@ const { floatingStyles } = useFloating(reference, floating, {
|
|||
function onAddNewRepo(): void {
|
||||
const id = crypto.randomUUID();
|
||||
repos.addRepo({ id, name: id });
|
||||
console.log(repos.selectedRepo);
|
||||
open.value = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue