diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-08-25 17:48:12 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:05:44 +0200 |
| commit | c47a27b826f7d76410308a4151611a366f9eaf46 (patch) | |
| tree | c1ca374204714cedabcacb8620848b903a0bf8d6 /src/pages/Simulations.js | |
| parent | 1ddbbd3563af77a218020021ea50a8832900b4db (diff) | |
Fetch and display datacenter topology
Diffstat (limited to 'src/pages/Simulations.js')
| -rw-r--r-- | src/pages/Simulations.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pages/Simulations.js b/src/pages/Simulations.js index c46cb621..8218b1a4 100644 --- a/src/pages/Simulations.js +++ b/src/pages/Simulations.js @@ -15,10 +15,6 @@ class SimulationsContainer extends React.Component { this.props.fetchAuthorizationsOfCurrentUser(); } - onInputSubmission(text) { - this.props.addSimulation(text); - } - render() { return ( <div className="full-height"> |
