Skip to content

Commit 800824c

Browse files
committed
chore: remove useless log
1 parent a4e2bee commit 800824c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client/SinglePropertyCloudClient.ts

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export class SinglePropertyCloudClient extends BaseCloudClient implements ISingl
3131
return;
3232
}
3333

34-
console.log('found association to thing:', thingId);
3534
this.thingId = thingId;
3635
if (this.onThingResponse) this.onThingResponse(thingId);
3736
this.subscription = this.observe(`/a/t/${this.thingId}/e/i`).subscribe((v) => {

0 commit comments

Comments
 (0)