Skip to content

Commit 81ee6d2

Browse files
committed
Merge branch 'main' into templating-modular-refactor
2 parents fba089d + 266de53 commit 81ee6d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jgclark.Dashboard/src/perspectiveClickHandlers.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ export async function doSwitchToPerspective(data: MessageDataObject): Promise<TB
160160
newDashboardSettings = removeInvalidTagSections(newDashboardSettings) // just to make sure we don't have any invalid tag sections left over from previous perspectives
161161
newDashboardSettings.lastChange = `_Switched to perspective ${switchToName} ${dt()} changed from plugin`
162162
logDebug(`doSwitchToPerspective`, `saving ${String(revisedDefs.length)} perspectiveDefs and ${String(Object.keys(newDashboardSettings).length)} dashboardSettings`)
163-
clo(newDashboardSettings, `doSwitchToPerspective: newDashboardSettings=`)
164163

165164
// Use helper to save settings from now on, not unreliable `DataStore.settings = {...}`
166165
// TEST: FIXME: DBW suspects this is not working as expected, because DataStore.settings is not correct here.

0 commit comments

Comments
 (0)