diff --git a/module/helpers/detailsExpanded.mjs b/module/helpers/detailsExpanded.mjs index 7d56e33..bf9ddef 100644 --- a/module/helpers/detailsExpanded.mjs +++ b/module/helpers/detailsExpanded.mjs @@ -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; }; \ No newline at end of file