Skip to content

Commit 1fffb02

Browse files
committed
Removed debugging statement
1 parent bdfe576 commit 1fffb02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

react-spaces/src/Globals/Hooks.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export const useSpace = (props: AllProps, divElementRef: React.MutableRefObject<
7777

7878
if (parentContext) {
7979
onRemove.current = () => {
80-
console.log(`Removing ${state.id}`);
8180
parentContext.removeSpaceTaker(state.id);
8281
}
8382

0 commit comments

Comments
 (0)