Skip to content

Commit

Permalink
remove some debug output
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <[email protected]>
  • Loading branch information
stevecassidy committed Sep 5, 2023
1 parent 0a8e948 commit aaf2a98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/data_storage/attachments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ interface FullAttachments {
}

export function generate_file_name(): string {
console.debug('Generating a uuid-filename');
return 'file-' + uuidv4();
}

Expand Down
1 change: 0 additions & 1 deletion src/data_storage/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export async function getAllRecordsOfType(
type: type,
},
});
console.log(res);
// const hrid = (await getHRID(project_id, o.revision)) ;
return res.docs.map((o: any) => {
return {
Expand Down

0 comments on commit aaf2a98

Please sign in to comment.