From f814405825651e9aeaf90ca240911b1181450352 Mon Sep 17 00:00:00 2001 From: faris Aljohari <83524184+farisaljohari@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:19:00 +0300 Subject: [PATCH] remove console log --- src/device/services/device.service.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/device/services/device.service.ts b/src/device/services/device.service.ts index 0ad4167..8e4377e 100644 --- a/src/device/services/device.service.ts +++ b/src/device/services/device.service.ts @@ -828,8 +828,6 @@ export class DeviceService { endTime: string = Date.now().toString(), ): Promise { try { - console.log(startTime, endTime); - const path = `/v2.0/cloud/thing/${deviceId}/report-logs?start_time=${startTime}&end_time=${endTime}&codes=${code}&size=50`; const response = await this.tuya.request({ method: 'GET',