Skip to content
Snippets Groups Projects
Commit 28161491 authored by Sandro Weber's avatar Sandro Weber
Browse files

[HOTFIX] forgot an import line of protobuf

parent 2ba6bf8c
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,6 @@ export default class MqttClientService extends EventEmitter { ...@@ -13,8 +13,6 @@ export default class MqttClientService extends EventEmitter {
if (enforcer !== SINGLETON_ENFORCER) { if (enforcer !== SINGLETON_ENFORCER) {
throw new Error('Use ' + this.constructor.name + '.instance'); throw new Error('Use ' + this.constructor.name + '.instance');
} }
console.info(proto);
} }
static get instance() { static get instance() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment