Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
heswell committed Oct 22, 2023
1 parent ce78202 commit ffa98b1
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ export const LayoutManagementProvider = (

const setApplicationLayout = useCallback(
(layout: LayoutJSON, rerender = true) => {
console.log(`save application layout rerender ${rerender}`, {
layout,
});
applicationLayoutRef.current = layout;
if (rerender) {
forceRefresh({});
Expand Down

0 comments on commit ffa98b1

Please sign in to comment.