fix: remove console logs
This commit is contained in:
parent
a99faaa729
commit
4503a1d5ed
1 changed files with 0 additions and 2 deletions
|
@ -84,8 +84,6 @@ export async function activity(previous: ActivityPayload = {}) {
|
||||||
...state,
|
...state,
|
||||||
buttons: [{ label: 'View Repository', url: repo }],
|
buttons: [{ label: 'View Repository', url: repo }],
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log(state);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue