From 8d67ac2da06745b9a4320d2dd11a17821635abb5 Mon Sep 17 00:00:00 2001 From: sveisvei Date: Sat, 17 Dec 2016 20:10:50 +0100 Subject: [PATCH] remove cruft --- frontend/src/component/feature/progress.jsx | 6 ------ .../src/component/strategies/show-strategy-component.js | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/frontend/src/component/feature/progress.jsx b/frontend/src/component/feature/progress.jsx index a5f3213704..c17d970b79 100644 --- a/frontend/src/component/feature/progress.jsx +++ b/frontend/src/component/feature/progress.jsx @@ -1,11 +1,5 @@ import React, { PropTypes, Component } from 'react'; import styles from './progress-styles.scss'; -import easing from 'bezier-easing'; - -const fn = easing(0, 0, 1, 0.5); - -window.easing = easing; -// console.log(s); class Progress extends Component { constructor (props) { diff --git a/frontend/src/component/strategies/show-strategy-component.js b/frontend/src/component/strategies/show-strategy-component.js index 3101f25231..8fd7ba13e7 100644 --- a/frontend/src/component/strategies/show-strategy-component.js +++ b/frontend/src/component/strategies/show-strategy-component.js @@ -31,7 +31,7 @@ class ShowStrategyComponent extends PureComponent { return (
- +
Parameters