Skip to content

Commit

Permalink
Remove console printing
Browse files Browse the repository at this point in the history
  • Loading branch information
James Tessmer committed Jan 16, 2025
1 parent 742f81d commit 3b2dfbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/views/SubmissionPortal/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ async function generateRecord(isTestSubBool: boolean) {
async function loadRecord(id: string) {
reset();
const val = await api.getRecord(id);
console.log(val);
packageName.value = val.metadata_submission.packageName;
Object.assign(studyForm, val.metadata_submission.studyForm);
Object.assign(multiOmicsForm, val.metadata_submission.multiOmicsForm);
Expand Down

0 comments on commit 3b2dfbb

Please sign in to comment.