chore(plugins) base plugin class cleanup

This commit is contained in:
Benjamin Wegener
2024-01-16 20:12:19 +00:00
parent d6f72d32b8
commit 016334e9b1

View File

@@ -1,6 +1,4 @@
export default class CetraPlugin {
constructor() {}
register(name, id) {
console.log('register method not implemented', this.constructor.name);
}