Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adkinsrs committed Aug 2, 2024
1 parent 9f03496 commit d961946
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/js/dataset_explorer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2565,7 +2565,6 @@ const updateDatasetCollectionButtons = (collection=null) => {
}

// Set the visibility of the collection
console.log(isPublic);
const collectionVisibilityInput = document.getElementById("collection-visibility");
collectionVisibilityInput.closest(".field").querySelector("label").textContent = "Private collection";
if (isPublic) {
Expand Down

0 comments on commit d961946

Please sign in to comment.