mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04: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,
|
// then shift to the rightmost column,
|
||||||
// and then it will drop down to its resting position
|
// and then it will drop down to its resting position
|
||||||
startStyles.push({ top: topOffset, left: '0px' });
|
startStyles.push({ top: topOffset, left: '0px' });
|
||||||
console.log(topOffset+': '+Math.min(Math.log(Math.abs(topOffset)) * 200, 3000));
|
|
||||||
enterTransitionOpts.push({
|
enterTransitionOpts.push({
|
||||||
// Sort of make it take a bit longer to fall in a way
|
// Sort of make it take a bit longer to fall in a way
|
||||||
// that would make my A level physics teacher cry.
|
// that would make my A level physics teacher cry.
|
||||||
|
Loading…
Reference in New Issue
Block a user