mirror of
https://github.com/documenso/documenso
synced 2026-05-24 09:28:27 +00:00
chore: unused console logs
This commit is contained in:
parent
2aabe7ec60
commit
930a80ae18
1 changed files with 0 additions and 3 deletions
|
|
@ -18,9 +18,6 @@ export const documentRouter = router({
|
|||
try {
|
||||
const { documentId, recipients } = input;
|
||||
|
||||
console.log('documentId', documentId);
|
||||
console.log('recipients', recipients);
|
||||
|
||||
return await setRecipientsForDocument({
|
||||
userId: ctx.user.id,
|
||||
documentId,
|
||||
|
|
|
|||
Loading…
Reference in a new issue