delete all debuggers and console.log; fix webpack dev contentBase
This commit is contained in:
@@ -129,7 +129,6 @@ class House {
|
||||
if (pd1.time < pd2.time) return -1;
|
||||
})
|
||||
.map((data)=>{ return new PowerDatum(data, house); });
|
||||
debugger
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user