Skip to content
Snippets Groups Projects
Commit 100cdc41 authored by Tom Robinson's avatar Tom Robinson
Browse files

Remove log

parent e2dc43c6
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,6 @@ import { entityListLoader } from "metabase/entities/containers/EntityListLoader"
);
// sort the pinned items by collection_position
pinned.sort((a, b) => a.collection_position - b.collection_position);
console.log("collection_positions:", pinned.map(p => p.collection_position));
return { collections, pinned, unpinned };
})
// only apply bulk actions to unpinned items
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment