We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdfe576 commit 1fffb02Copy full SHA for 1fffb02
react-spaces/src/Globals/Hooks.ts
@@ -77,7 +77,6 @@ export const useSpace = (props: AllProps, divElementRef: React.MutableRefObject<
77
78
if (parentContext) {
79
onRemove.current = () => {
80
- console.log(`Removing ${state.id}`);
81
parentContext.removeSpaceTaker(state.id);
82
}
83
0 commit comments