Remove excess console.log
This commit is contained in:
parent
dfc51a5899
commit
be2f493aa7
1 changed files with 0 additions and 1 deletions
|
|
@ -7,6 +7,5 @@
|
|||
* @returns {"open"|null} The HTML insertion indicating the details is expanded
|
||||
*/
|
||||
export function detailsExpanded(expanded, collapseId) {
|
||||
console.log(`.dungeon |`, collapseId, expanded)
|
||||
return expanded.has(collapseId) ? "open" : null;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue