Remove unnecessary code

pull/10616/head
Kevin Fitzpatrick 2016-10-14 14:11:39 -07:00 committed by Jade McGough
parent 63c0909c17
commit a571962ba5
1 changed files with 0 additions and 18 deletions

View File

@ -1,24 +1,6 @@
export default function getInitialState(localStorage, hosts, alerts) {
const existingTimeSettingsString = localStorage.getItem('time');
alerts = [
{
name: "High CPU",
time: "12:00:01",
value: "90%",
host: "prod-influx-data-1",
severity: "high",
},
{
name: "Reavers",
time: "12:00:02",
value: "9000",
host: "Firefly",
severity: "ohgodohgod",
},
];
const h = {};
hosts.forEach((host) => {