diff --git a/scripts/GUI/entrypoints/manager.js b/scripts/GUI/entrypoints/manager.js index 8279643..a90e71f 100644 --- a/scripts/GUI/entrypoints/manager.js +++ b/scripts/GUI/entrypoints/manager.js @@ -8,9 +8,6 @@ import pointer from "/scripts/data/pointer.js"; export default class EntryManager { constructor () { - // Initialize the entries. - this.instances = {}; - // Add the action listeners. this.#listen(); }