We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e2bee commit 800824cCopy full SHA for 800824c
src/client/SinglePropertyCloudClient.ts
@@ -31,7 +31,6 @@ export class SinglePropertyCloudClient extends BaseCloudClient implements ISingl
31
return;
32
}
33
34
- console.log('found association to thing:', thingId);
35
this.thingId = thingId;
36
if (this.onThingResponse) this.onThingResponse(thingId);
37
this.subscription = this.observe(`/a/t/${this.thingId}/e/i`).subscribe((v) => {
0 commit comments