Skip to content

Commit

Permalink
wip: Remove log breaking resume progress
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobiClark committed Nov 20, 2024
1 parent ac3efc0 commit 9bf4a2c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/renderer/src/scripts/guided-mode/guided-curate-dataset.js
Original file line number Diff line number Diff line change
Expand Up @@ -7874,12 +7874,6 @@ window.guidedResumeProgress = async (datasetNameToResume) => {
await patchPreviousGuidedModeVersions();

window.datasetStructureJSONObj = window.sodaJSONObj["dataset-structure"];
console.log("Sample folder now:");
console.log(
window.datasetStructureJSONObj["folders"]["primary"]["folders"]["sub-a"]["folders"]["sam-1"][
"folders"
]
);
window.subjectsTableData = window.sodaJSONObj["subjects-table-data"];
window.samplesTableData = window.sodaJSONObj["samples-table-data"];

Expand Down

0 comments on commit 9bf4a2c

Please sign in to comment.