Skip to content

Commit 7f61a02

Browse files
committed
remove logging
1 parent 816f20e commit 7f61a02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/skins/vector/views/molecules/EventTile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ module.exports = React.createClass({
129129
// then shift to the rightmost column,
130130
// and then it will drop down to its resting position
131131
startStyles.push({ top: topOffset, left: '0px' });
132-
console.log(topOffset+': '+Math.min(Math.log(Math.abs(topOffset)) * 200, 3000));
133132
enterTransitionOpts.push({
134133
// Sort of make it take a bit longer to fall in a way
135134
// that would make my A level physics teacher cry.

0 commit comments

Comments
 (0)