We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
console.log
1 parent e1909de commit c8929ecCopy full SHA for c8929ec
1 file changed
src/platform/plugins/shared/dashboard/public/dashboard_api/layout_manager/layout_manager.ts
@@ -78,7 +78,6 @@ export function initializeLayoutManager(
78
// --------------------------------------------------------------------------------------
79
// Set up panel state manager
80
81
- console.log({ incomingEmbeddables });
82
const children$ = new BehaviorSubject<DashboardChildren>({});
83
const { layout: initialLayout, childState: initialChildState } = deserializeLayout(
84
initialPanels,
0 commit comments