1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Discard unnecessary logging

This commit is contained in:
Junyoung Choi
2018-02-03 15:00:06 +09:00
parent cc84af3346
commit 7cad3d403b

View File

@@ -94,7 +94,6 @@ class Preferences extends React.Component {
}
getContentBoundingBox () {
console.log(this.refs.content.getBoundingClientRect())
return this.refs.content.getBoundingClientRect()
}