We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816f20e commit 7f61a02Copy full SHA for 7f61a02
src/skins/vector/views/molecules/EventTile.js
@@ -129,7 +129,6 @@ module.exports = React.createClass({
129
// then shift to the rightmost column,
130
// and then it will drop down to its resting position
131
startStyles.push({ top: topOffset, left: '0px' });
132
- console.log(topOffset+': '+Math.min(Math.log(Math.abs(topOffset)) * 200, 3000));
133
enterTransitionOpts.push({
134
// Sort of make it take a bit longer to fall in a way
135
// that would make my A level physics teacher cry.
0 commit comments