DEV: Remove comments and unused code

This commit is contained in:
Keegan George
2022-07-14 10:05:07 -07:00
parent bf454250fe
commit 05cd2ada7e
2 changed files with 0 additions and 6 deletions
@@ -10,9 +10,6 @@ export default Component.extend({
didInsertElement() {
this._super(...arguments);
// ? TODO move to component (read about not allowing Controllers to do DOM manipulation)
this._super(...arguments);
this.loadLibraries().then(() => {
this.buildTable(this.tableHtml);
});