mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 12:56:43 -06:00
Revert "chore: print debug output for note update"
This reverts commit 9d1b25ef13339f53a4bbd09d17954c3078ce7404.
This commit is contained in:
parent
04401ec2ed
commit
3e99dab827
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ export function useNoteCapture(props: {
|
|||
}
|
||||
|
||||
case 'updated': {
|
||||
console.log(JSON.stringify(note.value)); // Debug output
|
||||
note.value.history = [
|
||||
...note.value.history,
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue