delete all debuggers and console.log; fix webpack dev contentBase

This commit is contained in:
Eric Hulburd
2016-02-23 12:34:27 -06:00
parent ccf4a88986
commit 51eaa19a92
5 changed files with 53 additions and 14 deletions

View File

@@ -129,7 +129,6 @@ class House {
if (pd1.time < pd2.time) return -1;
})
.map((data)=>{ return new PowerDatum(data, house); });
debugger
});
});
}