mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-01 08:41:48 +01:00
remove logging
This commit is contained in:
parent
816f20e068
commit
7f61a0252f
@ -129,7 +129,6 @@ module.exports = React.createClass({
|
||||
// then shift to the rightmost column,
|
||||
// and then it will drop down to its resting position
|
||||
startStyles.push({ top: topOffset, left: '0px' });
|
||||
console.log(topOffset+': '+Math.min(Math.log(Math.abs(topOffset)) * 200, 3000));
|
||||
enterTransitionOpts.push({
|
||||
// Sort of make it take a bit longer to fall in a way
|
||||
// that would make my A level physics teacher cry.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user