fix: remove console logs

This commit is contained in:
iCrawl 2021-04-10 15:18:04 +02:00
parent a99faaa729
commit 4503a1d5ed
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2

View file

@ -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);
} }
} }