diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/client/system/system.component.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/client/system/system.component.js b/app/client/system/system.component.js index 680d1c0..8c8767f 100644 --- a/app/client/system/system.component.js +++ b/app/client/system/system.component.js @@ -35,7 +35,6 @@ class System extends Component { super() } componentDidUpdate(){ - console.log(this._screen.scrollHeight, this._screen.scrollTop, this._screen.offsetHeight) if (this._screen.scrollHeight > this._screen.scrollTop - this._screen.offsetHeight + 100) { this._screen.scrollTop = this._screen.scrollHeight } |
