Skip to content

Commit

Permalink
Removed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Jaśpiński committed Aug 20, 2021
1 parent 21f3864 commit ca25046
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 11 deletions.
4 changes: 0 additions & 4 deletions dist/ReactFlow.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/ReactFlow.esm.js.map

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions dist/ReactFlow.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/ReactFlow.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const getDimensions = (node: HTMLDivElement): Dimensions => {
width: node.offsetWidth,
height: node.offsetHeight,
};
console.log('getDimensions returns:',{width: rect.width, height: rect.height})
return { height: rect.height, width: rect.width}
}
// ({
Expand Down

0 comments on commit ca25046

Please sign in to comment.